#E07CB4

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

Shades of Persian Pink #E07CB4

Tints of Persian Pink #E07CB4

Color information

#E07CB4 (or 0xE07CB4) is unknown color: approx Persian Pink. HEX triplet: E0, 7C and B4. RGB value is (224,124,180). Sum of RGB (Red+Green+Blue) = 224+124+180=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CB4 is #1F834B. Grayscale: #A0A0A0. Windows color (decimal): -2065228 or 11828448. OLE color: 11828448.

HSL color Cylindrical-coordinate representation of color #E07CB4: hue angle of 326.4º 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 #E07CB4 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224124180-
CMYK00.450.200.12
HSL326.4º61.73%68.24%-
HSV(B)326.4º44.64%87.84%-
XYZ46.1933.5647.22-
YUV160.28139.13173.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=42.42%
G=23.48%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412418000.450.200.12326.461.7368.24
HexE07CB402D14C1463e44
Octal340174264055241450676104
Binary1110000011111001011010001011011010011001010001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CB4; }

 p { color: rgb(224,124,180); }

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

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

 a { background-color: rgb(224,124,180); }

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

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

 span { border-color: rgb(224,124,180); }

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