Html Css Color HEX #EA81C5 Tea Rose

📋 copy color: '#EA81C5'

red 234 ◦ green 129 ◦ blue 197

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

Shades of Tea Rose #EA81C5

Tints of Tea Rose #EA81C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 41.79%
G = 23.04%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA81C5 (or 0xEA81C5) is known color: Tea Rose. HEX triplet: EA, 81 and C5. RGB value is (234,129,197). Sum of RGB (Red+Green+Blue) = 234+129+197=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C5 is #157E3A. Grayscale: #A7A7A7. Windows color (decimal): -1408571 or 12943850. OLE color: 12943850.

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

Color convert

RGB 234 129 197 -
CMYK 0 0.45 0.16 0.08
HSL 321.14º 0.71% 0.71% -
HSV(B) 321.14º 0.45% 0.92% -
XYZ 51.86 37.22 57.27 -
YUV 168.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 234 129 197 0 0.45 0.16 0.08 321.14 0.71 0.71
Hex EA 81 C5 0 2D 10 8 141 47 47
Octal 352 201 305 0 55 20 10 501 107 107
Binary 11101010 10000001 11000101 0 101101 10000 1000 101000001 1000111 1000111

Color Harmonies of #EA81C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81C5

Black with #EA81C5

Text Example


Text Example

White with #EA81C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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