Html Css Color HEX #EA81C6 Tea Rose

📋 copy color: '#EA81C6'

red 234 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #EA81C6

Tints of Tea Rose #EA81C6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 41.71%
G = 22.99%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA81C6 (or 0xEA81C6) is known color: Tea Rose. HEX triplet: EA, 81 and C6. RGB value is (234,129,198). Sum of RGB (Red+Green+Blue) = 234+129+198=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C6 is #157E39. Grayscale: #A8A8A8. Windows color (decimal): -1408570 or 13009386. OLE color: 13009386.

HSL color Cylindrical-coordinate representation of color #EA81C6: hue angle of 320.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81C6 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 129 198 -
CMYK 0 0.45 0.15 0.08
HSL 320.57º 0.71% 0.71% -
HSV(B) 320.57º 0.45% 0.92% -
XYZ 51.97 37.27 57.88 -
YUV 168.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 234 129 198 0 0.45 0.15 0.08 320.57 0.71 0.71
Hex EA 81 C6 0 2D F 8 141 47 47
Octal 352 201 306 0 55 17 10 501 107 107
Binary 11101010 10000001 11000110 0 101101 1111 1000 101000001 1000111 1000111

Color Harmonies of #EA81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81C6

Black with #EA81C6

Text Example


Text Example

White with #EA81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81C6; }

 p { color: rgb(234,129,198); }

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

background-color css

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

 a { background-color: rgb(234,129,198); }

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

border-color css

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

 span { border-color: rgb(234,129,198); }

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