#EE88BA

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

Shades of Persian Pink #EE88BA

Tints of Persian Pink #EE88BA

Color information

#EE88BA (or 0xEE88BA) is unknown color: approx Persian Pink. HEX triplet: EE, 88 and BA. RGB value is (238,136,186). Sum of RGB (Red+Green+Blue) = 238+136+186=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88BA is #117745. Grayscale: #ACACAC. Windows color (decimal): -1144646 or 12224750. OLE color: 12224750.

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

Color convert

RGB238136186-
CMYK00.430.220.07
HSL330.59º75%73.33%-
HSV(B)330.59º42.86%93.33%-
XYZ52.9339.3351.26-
YUV172.2135.79174.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=42.5%
G=24.29%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813618600.430.220.07330.597573.33
HexEE88BA02B16714b4b49
Octal356210272053267513113111
Binary11101110100010001011101001010111011011110100101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE88BA; }

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

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

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

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

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

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

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

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