Html Css Color HEX #EA81C2 Tea Rose

📋 copy color: '#EA81C2'

red 234 ◦ green 129 ◦ blue 194

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

Shades of Tea Rose #EA81C2

Tints of Tea Rose #EA81C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 42.01%
G = 23.16%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA81C2 (or 0xEA81C2) is known color: Tea Rose. HEX triplet: EA, 81 and C2. RGB value is (234,129,194). Sum of RGB (Red+Green+Blue) = 234+129+194=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C2 is #157E3D. Grayscale: #A7A7A7. Windows color (decimal): -1408574 or 12747242. OLE color: 12747242.

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

Color convert

RGB 234 129 194 -
CMYK 0 0.45 0.17 0.08
HSL 322.86º 0.71% 0.71% -
HSV(B) 322.86º 0.45% 0.92% -
XYZ 51.52 37.09 55.48 -
YUV 167.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 234 129 194 0 0.45 0.17 0.08 322.86 0.71 0.71
Hex EA 81 C2 0 2D 11 8 143 47 47
Octal 352 201 302 0 55 21 10 503 107 107
Binary 11101010 10000001 11000010 0 101101 10001 1000 101000011 1000111 1000111

Color Harmonies of #EA81C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81C2

Black with #EA81C2

Text Example


Text Example

White with #EA81C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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