#EE88B4

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

Shades of Persian Pink #EE88B4

Tints of Persian Pink #EE88B4

Color information

#EE88B4 (or 0xEE88B4) is unknown color: approx Persian Pink. HEX triplet: EE, 88 and B4. RGB value is (238,136,180). Sum of RGB (Red+Green+Blue) = 238+136+180=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88B4 is #11774B. Grayscale: #ABABAB. Windows color (decimal): -1144652 or 11831534. OLE color: 11831534.

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

Color convert

RGB238136180-
CMYK00.430.240.07
HSL334.12º75%73.33%-
HSV(B)334.12º42.86%93.33%-
XYZ52.339.0847.97-
YUV171.51132.79175.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=42.96%
G=24.55%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813618000.430.240.07334.127573.33
HexEE88B402B18714e4b49
Octal356210264053307516113111
Binary11101110100010001011010001010111100011110100111010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE88B4; }

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

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

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

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

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

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

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

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