#EE89D1

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

Shades of Tea Rose #EE89D1

Tints of Tea Rose #EE89D1

Color information

#EE89D1 (or 0xEE89D1) is unknown color: approx Tea Rose. HEX triplet: EE, 89 and D1. RGB value is (238,137,209). Sum of RGB (Red+Green+Blue) = 238+137+209=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89D1 is #11762E. Grayscale: #AFAFAF. Windows color (decimal): -1144367 or 13732334. OLE color: 13732334.

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

Color convert

RGB238137209-
CMYK00.420.120.07
HSL317.23º74.81%73.53%-
HSV(B)317.23º42.44%93.33%-
XYZ55.7140.6765.24-
YUV175.41146.96172.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 137 (53.91% from 255) = 23.46%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=40.75%
G=23.46%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813720900.420.120.07317.2374.8173.53
HexEE89D102AC713d4b4a
Octal356211321052147475113112
Binary1110111010001001110100010101010110011110011110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE89D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE89D1; }

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

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

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

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

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

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

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

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