#EE80BC

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

Shades of Persian Pink #EE80BC

Tints of Persian Pink #EE80BC

Color information

#EE80BC (or 0xEE80BC) is unknown color: approx Persian Pink. HEX triplet: EE, 80 and BC. RGB value is (238,128,188). Sum of RGB (Red+Green+Blue) = 238+128+188=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BC is #117F43. Grayscale: #A7A7A7. Windows color (decimal): -1146692 or 12353774. OLE color: 12353774.

HSL color Cylindrical-coordinate representation of color #EE80BC: hue angle of 327.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80BC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238128188-
CMYK00.460.210.07
HSL327.27º76.39%71.76%-
HSV(B)327.27º46.22%93.33%-
XYZ52.0637.2552.02-
YUV167.73139.44178.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=42.96%
G=23.10%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812818800.460.210.07327.2776.3971.76
HexEE80BC02E1571474c48
Octal356200274056257507114110
Binary11101110100000001011110001011101010111110100011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80BC; }

 p { color: rgb(238,128,188); }

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

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

 a { background-color: rgb(238,128,188); }

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

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

 span { border-color: rgb(238,128,188); }

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