#EE85BA

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

Shades of Persian Pink #EE85BA

Tints of Persian Pink #EE85BA

Color information

#EE85BA (or 0xEE85BA) is unknown color: approx Persian Pink. HEX triplet: EE, 85 and BA. RGB value is (238,133,186). Sum of RGB (Red+Green+Blue) = 238+133+186=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BA is #117A45. Grayscale: #AAAAAA. Windows color (decimal): -1145414 or 12223982. OLE color: 12223982.

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

Color convert

RGB238133186-
CMYK00.440.220.07
HSL329.71º75.54%72.75%-
HSV(B)329.71º44.12%93.33%-
XYZ52.5138.551.12-
YUV170.44136.79176.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=42.73%
G=23.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813318600.440.220.07329.7175.5472.75
HexEE85BA02C16714a4c49
Octal356205272054267512114111
Binary11101110100001011011101001011001011011110100101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85BA; }

 p { color: rgb(238,133,186); }

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

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

 a { background-color: rgb(238,133,186); }

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

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

 span { border-color: rgb(238,133,186); }

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