#E06FB6

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

Shades of Persian Pink #E06FB6

Tints of Persian Pink #E06FB6

Color information

#E06FB6 (or 0xE06FB6) is unknown color: approx Persian Pink. HEX triplet: E0, 6F and B6. RGB value is (224,111,182). Sum of RGB (Red+Green+Blue) = 224+111+182=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FB6 is #1F9049. Grayscale: #989898. Windows color (decimal): -2068554 or 11956192. OLE color: 11956192.

HSL color Cylindrical-coordinate representation of color #E06FB6: hue angle of 322.3º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FB6 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224111182-
CMYK00.500.190.12
HSL322.3º64.57%65.69%-
HSV(B)322.3º50.45%87.84%-
XYZ44.8730.5947.8-
YUV152.88144.44178.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=43.33%
G=21.47%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411118200.500.190.12322.364.5765.69
HexE06FB603213C1424142
Octal3401572660622314502101102
Binary11100000110111110110110011001010011110010100001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06FB6; }

 p { color: rgb(224,111,182); }

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

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

 a { background-color: rgb(224,111,182); }

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

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

 span { border-color: rgb(224,111,182); }

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