Html Css Color HEX #EA81CE Tea Rose

📋 copy color: '#EA81CE'

red 234 ◦ green 129 ◦ blue 206

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

Shades of Tea Rose #EA81CE

Tints of Tea Rose #EA81CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 41.12%
G = 22.67%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA81CE (or 0xEA81CE) is known color: Tea Rose. HEX triplet: EA, 81 and CE. RGB value is (234,129,206). Sum of RGB (Red+Green+Blue) = 234+129+206=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81CE is #157E31. Grayscale: #A8A8A8. Windows color (decimal): -1408562 or 13533674. OLE color: 13533674.

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

Color convert

RGB 234 129 206 -
CMYK 0 0.45 0.12 0.08
HSL 316º 0.71% 0.71% -
HSV(B) 316º 0.45% 0.92% -
XYZ 52.92 37.65 62.87 -
YUV 169.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 234 129 206 0 0.45 0.12 0.08 316 0.71 0.71
Hex EA 81 CE 0 2D C 8 13C 47 47
Octal 352 201 316 0 55 14 10 474 107 107
Binary 11101010 10000001 11001110 0 101101 1100 1000 100111100 1000111 1000111

Color Harmonies of #EA81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81CE

Black with #EA81CE

Text Example


Text Example

White with #EA81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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