#EE81BA

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

Shades of Persian Pink #EE81BA

Tints of Persian Pink #EE81BA

Color information

#EE81BA (or 0xEE81BA) is unknown color: approx Persian Pink. HEX triplet: EE, 81 and BA. RGB value is (238,129,186). Sum of RGB (Red+Green+Blue) = 238+129+186=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81BA is #117E45. Grayscale: #A7A7A7. Windows color (decimal): -1146438 or 12222958. OLE color: 12222958.

HSL color Cylindrical-coordinate representation of color #EE81BA: hue angle of 328.62º 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 #EE81BA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238129186-
CMYK00.460.220.07
HSL328.62º76.22%71.96%-
HSV(B)328.62º45.8%93.33%-
XYZ51.9737.4250.94-
YUV168.09138.11177.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=43.04%
G=23.33%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812918600.460.220.07328.6276.2271.96
HexEE81BA02E1671494c48
Octal356201272056267511114110
Binary11101110100000011011101001011101011011110100100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81BA; }

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

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

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

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

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

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

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

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