#EA81CC

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

Shades of Tea Rose #EA81CC

Tints of Tea Rose #EA81CC

Color information

#EA81CC (or 0xEA81CC) is unknown color: approx Tea Rose. HEX triplet: EA, 81 and CC. RGB value is (234,129,204). Sum of RGB (Red+Green+Blue) = 234+129+204=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81CC is #157E33. Grayscale: #A8A8A8. Windows color (decimal): -1408564 or 13402602. OLE color: 13402602.

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

Color convert

RGB234129204-
CMYK00.450.130.08
HSL317.14º71.43%71.18%-
HSV(B)317.14º44.87%91.76%-
XYZ52.6837.5561.6-
YUV168.94147.79174.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=41.27%
G=22.75%
B=35.98%

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
Decimal23412920400.450.130.08317.1471.4371.18
HexEA81CC02DD813d4747
Octal3522013140551510475107107
Binary11101010100000011100110001011011101100010011110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81CC; }

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

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

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

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

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

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

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

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