#EA81CB

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

Shades of Tea Rose #EA81CB

Tints of Tea Rose #EA81CB

Color information

#EA81CB (or 0xEA81CB) is unknown color: approx Tea Rose. HEX triplet: EA, 81 and CB. RGB value is (234,129,203). Sum of RGB (Red+Green+Blue) = 234+129+203=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81CB is #157E34. Grayscale: #A8A8A8. Windows color (decimal): -1408565 or 13337066. OLE color: 13337066.

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

Color convert

RGB234129203-
CMYK00.450.130.08
HSL317.71º71.43%71.18%-
HSV(B)317.71º44.87%91.76%-
XYZ52.5637.560.97-
YUV168.83147.29174.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=41.34%
G=22.79%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412920300.450.130.08317.7171.4371.18
HexEA81CB02DD813e4747
Octal3522013130551510476107107
Binary11101010100000011100101101011011101100010011111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81CB; }

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

 H1.HeaderClassName
 {
   color: #EA81CB;
 }
 .AnyTagClassName
 {
   color: #EA81CB;
 }
</style>
background-color css

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

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

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

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

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

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