Html Css Color HEX #EA81C9 Tea Rose

📋 copy color: '#EA81C9'

red 234 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #EA81C9

Tints of Tea Rose #EA81C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 41.49%
G = 22.87%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA81C9 (or 0xEA81C9) is known color: Tea Rose. HEX triplet: EA, 81 and C9. RGB value is (234,129,201). Sum of RGB (Red+Green+Blue) = 234+129+201=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C9 is #157E36. Grayscale: #A8A8A8. Windows color (decimal): -1408567 or 13205994. OLE color: 13205994.

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

Color convert

RGB 234 129 201 -
CMYK 0 0.45 0.14 0.08
HSL 318.86º 0.71% 0.71% -
HSV(B) 318.86º 0.45% 0.92% -
XYZ 52.32 37.41 59.72 -
YUV 168.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 234 129 201 0 0.45 0.14 0.08 318.86 0.71 0.71
Hex EA 81 C9 0 2D E 8 13F 47 47
Octal 352 201 311 0 55 16 10 477 107 107
Binary 11101010 10000001 11001001 0 101101 1110 1000 100111111 1000111 1000111

Color Harmonies of #EA81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81C9

Black with #EA81C9

Text Example


Text Example

White with #EA81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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