Html Css Color HEX #EE89CD Tea Rose

📋 copy color: '#EE89CD'

red 238 ◦ green 137 ◦ blue 205

#EE89CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EE89CD

Tints of Tea Rose #EE89CD

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 value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE89CD (or 0xEE89CD) is known color: 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

RGB 238 137 205 -
CMYK 0 0.42 0.14 0.07
HSL 319.6º 0.75% 0.74% -
HSV(B) 319.6º 0.42% 0.93% -
XYZ 55.23 40.48 62.66 -
YUV 174.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 238 137 205 0 0.42 0.14 0.07 319.6 0.75 0.74
Hex EE 89 CD 0 2A E 7 140 4B 4A
Octal 356 211 315 0 52 16 7 500 113 112
Binary 11101110 10001001 11001101 0 101010 1110 111 101000000 1001011 1001010

Color Harmonies of #EE89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE89CD

Black with #EE89CD

Text Example


Text Example

White with #EE89CD

Text Example


Text Example

HTML Codes & Css Web 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>