#EE89CD

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

Shades of Tea Rose #EE89CD

Tints of Tea Rose #EE89CD

Color information

#EE89CD (or 0xEE89CD) is unknown color: approx Tea Rose. HEX triplet: EE, 89 and CD. RGB value is (238,137,205). Sum of RGB (Red+Green+Blue) = 238+137+205=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89CD is #117632. Grayscale: #AEAEAE. Windows color (decimal): -1144371 or 13470190. OLE color: 13470190.

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

Color convert

RGB238137205-
CMYK00.420.140.07
HSL319.6º74.81%73.53%-
HSV(B)319.6º42.44%93.33%-
XYZ55.2340.4862.66-
YUV174.95144.96172.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 137 (53.91% from 255) = 23.62%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=41.03%
G=23.62%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813720500.420.140.07319.674.8173.53
HexEE89CD02AE71404b4a
Octal356211315052167500113112
Binary1110111010001001110011010101010111011110100000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89CD; }

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

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

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

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

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

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

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

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