#EE89BF

Color #EE89BF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EE89BF

Tints of Tea Rose #EE89BF

Color information

#EE89BF (or 0xEE89BF) is unknown color: approx Tea Rose. HEX triplet: EE, 89 and BF. RGB value is (238,137,191). Sum of RGB (Red+Green+Blue) = 238+137+191=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89BF is #117640. Grayscale: #ADADAD. Windows color (decimal): -1144385 or 12552686. OLE color: 12552686.

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

Color convert

RGB238137191-
CMYK00.420.200.07
HSL327.92º74.81%73.53%-
HSV(B)327.92º42.44%93.33%-
XYZ53.6139.8354.15-
YUV173.36137.96174.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 191 (75% from 255) = 33.75%
R=42.05%
G=24.20%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813719100.420.200.07327.9274.8173.53
HexEE89BF02A1471484b4a
Octal356211277052247510113112
Binary11101110100010011011111101010101010011110100100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89BF; }

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

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

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

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

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

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

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

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