Html Css Color HEX #EE89CA Tea Rose

📋 copy color: '#EE89CA'

red 238 ◦ green 137 ◦ blue 202

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

Shades of Tea Rose #EE89CA

Tints of Tea Rose #EE89CA

RGB

 RED value IS 238 (93.36% from 255) = 41.25%

 GREEN value IS 137 (53.91% from 255) = 23.74%

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 41.25%
G = 23.74%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE89CA (or 0xEE89CA) is known color: Tea Rose. HEX triplet: EE, 89 and CA. RGB value is (238,137,202). Sum of RGB (Red+Green+Blue) = 238+137+202=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89CA is #117635. Grayscale: #AEAEAE. Windows color (decimal): -1144374 or 13273582. OLE color: 13273582.

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

Color convert

RGB 238 137 202 -
CMYK 0 0.42 0.15 0.07
HSL 321.39º 0.75% 0.74% -
HSV(B) 321.39º 0.42% 0.93% -
XYZ 54.87 40.33 60.77 -
YUV 174.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 238 137 202 0 0.42 0.15 0.07 321.39 0.75 0.74
Hex EE 89 CA 0 2A F 7 141 4B 4A
Octal 356 211 312 0 52 17 7 501 113 112
Binary 11101110 10001001 11001010 0 101010 1111 111 101000001 1001011 1001010

Color Harmonies of #EE89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE89CA

Black with #EE89CA

Text Example


Text Example

White with #EE89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE89CA; }

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

 H1.HeaderClassName
 {
   color: #EE89CA;
 }
 .AnyTagClassName
 {
   color: #EE89CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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