#e07bb8

Color #E07BB8 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E07BB8

Tints of Persian Pink #E07BB8

Color information

#E07BB8 (or 0xE07BB8) is unknown color: approx Persian Pink. HEX triplet: E0, 7B and B8. RGB value is (224,123,184). Sum of RGB (Red+Green+Blue) = 224+123+184=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BB8 is #1F8447. Grayscale: #A0A0A0. Windows color (decimal): -2065480 or 12090336. OLE color: 12090336.

HSL color Cylindrical-coordinate representation of color #E07BB8: hue angle of 323.76º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BB8 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224123184-
CMYK00.450.180.12
HSL323.76º61.96%68.04%-
HSV(B)323.76º45.09%87.84%-
XYZ46.4833.4749.36-
YUV160.15141.46173.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=42.18%
G=23.16%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412318400.450.180.12323.7661.9668.04
HexE07BB802D12C1443e44
Octal340173270055221450476104
Binary1110000011110111011100001011011001011001010001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07bb8; }

 p { color: rgb(224,123,184); }

 H1.HeaderClassName
 {
   color: #e07bb8;
 }
 .AnyTagClassName
 {
   color: #e07bb8;
 }
</style>
background-color css

<style>
 a { background-color: #e07bb8; }

 a { background-color: rgb(224,123,184); }

 div.DivClassName
 {
   background-color: #e07bb8;
 }
 .BgClassName
 {
   background-color: #e07bb8;
 }
</style>
border-color css

<style>
 span { border-color: #e07bb8; }

 span { border-color: rgb(224,123,184); }

 td.TdClassName
 {
   border-color: #e07bb8;
 }
 .TagClassName
 {
   border-color: #e07bb8;
 }
</style>