#EE89B9

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

Shades of Persian Pink #EE89B9

Tints of Persian Pink #EE89B9

Color information

#EE89B9 (or 0xEE89B9) is unknown color: approx Persian Pink. HEX triplet: EE, 89 and B9. RGB value is (238,137,185). Sum of RGB (Red+Green+Blue) = 238+137+185=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89B9 is #117646. Grayscale: #ACACAC. Windows color (decimal): -1144391 or 12159470. OLE color: 12159470.

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

Color convert

RGB238137185-
CMYK00.420.220.07
HSL331.49º74.81%73.53%-
HSV(B)331.49º42.44%93.33%-
XYZ52.9639.5750.75-
YUV172.67134.96174.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=42.5%
G=24.46%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813718500.420.220.07331.4974.8173.53
HexEE89B902A16714b4b4a
Octal356211271052267513113112
Binary11101110100010011011100101010101011011110100101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89B9; }

 p { color: rgb(238,137,185); }

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

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

 a { background-color: rgb(238,137,185); }

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

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

 span { border-color: rgb(238,137,185); }

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