Html Css Color HEX #EA89CE Tea Rose

📋 copy color: '#EA89CE'

red 234 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #EA89CE

Tints of Tea Rose #EA89CE

RGB

 RED value IS 234 (91.8% from 255) = 40.55%

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 40.55%
G = 23.74%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA89CE (or 0xEA89CE) is known color: Tea Rose. HEX triplet: EA, 89 and CE. RGB value is (234,137,206). Sum of RGB (Red+Green+Blue) = 234+137+206=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89CE is #157631. Grayscale: #ADADAD. Windows color (decimal): -1406514 or 13535722. OLE color: 13535722.

HSL color Cylindrical-coordinate representation of color #EA89CE: hue angle of 317.32º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89CE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 206 -
CMYK 0 0.41 0.12 0.08
HSL 317.32º 0.7% 0.73% -
HSV(B) 317.32º 0.41% 0.92% -
XYZ 54.02 39.84 63.24 -
YUV 173.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 234 137 206 0 0.41 0.12 0.08 317.32 0.7 0.73
Hex EA 89 CE 0 29 C 8 13D 46 49
Octal 352 211 316 0 51 14 10 475 106 111
Binary 11101010 10001001 11001110 0 101001 1100 1000 100111101 1000110 1001001

Color Harmonies of #EA89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89CE

Black with #EA89CE

Text Example


Text Example

White with #EA89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89CE; }

 p { color: rgb(234,137,206); }

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

background-color css

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

 a { background-color: rgb(234,137,206); }

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

border-color css

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

 span { border-color: rgb(234,137,206); }

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