#E881CA

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

Shades of Tea Rose #E881CA

Tints of Tea Rose #E881CA

Color information

#E881CA (or 0xE881CA) is unknown color: approx Tea Rose. HEX triplet: E8, 81 and CA. RGB value is (232,129,202). Sum of RGB (Red+Green+Blue) = 232+129+202=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E881CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881CA is #177E35. Grayscale: #A7A7A7. Windows color (decimal): -1539638 or 13271528. OLE color: 13271528.

HSL color Cylindrical-coordinate representation of color #E881CA: hue angle of 317.48º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E881CA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232129202-
CMYK00.440.130.09
HSL317.48º69.13%70.78%-
HSV(B)317.48º44.4%90.98%-
XYZ51.7937.1260.31-
YUV168.12147.12173.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=41.21%
G=22.91%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212920200.440.130.09317.4869.1370.78
HexE881CA02CD913d4547
Octal3502013120541511475105107
Binary11101000100000011100101001011001101100110011110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881CA; }

 p { color: rgb(232,129,202); }

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

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

 a { background-color: rgb(232,129,202); }

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

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

 span { border-color: rgb(232,129,202); }

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