#EA81CE

Color #EA81CE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EA81CE

Tints of Tea Rose #EA81CE

Color information

#EA81CE (or 0xEA81CE) is unknown color: approx 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

RGB234129206-
CMYK00.450.120.08
HSL316º71.43%71.18%-
HSV(B)316º44.87%91.76%-
XYZ52.9237.6562.87-
YUV169.17148.79174.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=41.12%
G=22.67%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412920600.450.120.0831671.4371.18
HexEA81CE02DC813c4747
Octal3522013160551410474107107
Binary11101010100000011100111001011011100100010011110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>