Html Css Color HEX #EA89C8 Tea Rose

📋 copy color: '#EA89C8'

red 234 ◦ green 137 ◦ blue 200

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

Shades of Tea Rose #EA89C8

Tints of Tea Rose #EA89C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 40.98%
G = 23.99%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA89C8 (or 0xEA89C8) is known color: Tea Rose. HEX triplet: EA, 89 and C8. RGB value is (234,137,200). Sum of RGB (Red+Green+Blue) = 234+137+200=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89C8 is #157637. Grayscale: #ADADAD. Windows color (decimal): -1406520 or 13142506. OLE color: 13142506.

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

Color convert

RGB 234 137 200 -
CMYK 0 0.41 0.15 0.08
HSL 321.03º 0.7% 0.73% -
HSV(B) 321.03º 0.41% 0.92% -
XYZ 53.3 39.55 59.47 -
YUV 173.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 234 137 200 0 0.41 0.15 0.08 321.03 0.7 0.73
Hex EA 89 C8 0 29 F 8 141 46 49
Octal 352 211 310 0 51 17 10 501 106 111
Binary 11101010 10001001 11001000 0 101001 1111 1000 101000001 1000110 1001001

Color Harmonies of #EA89C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89C8

Black with #EA89C8

Text Example


Text Example

White with #EA89C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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