#E880CE

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

Shades of Tea Rose #E880CE

Tints of Tea Rose #E880CE

Color information

#E880CE (or 0xE880CE) is unknown color: approx Tea Rose. HEX triplet: E8, 80 and CE. RGB value is (232,128,206). Sum of RGB (Red+Green+Blue) = 232+128+206=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E880CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880CE is #177F31. Grayscale: #A7A7A7. Windows color (decimal): -1539890 or 13533416. OLE color: 13533416.

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

Color convert

RGB232128206-
CMYK00.450.110.09
HSL315º69.33%70.59%-
HSV(B)315º44.83%90.98%-
XYZ52.1437.0562.8-
YUV167.99149.46173.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.99%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=40.99%
G=22.61%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212820600.450.110.0931569.3370.59
HexE880CE02DB913b4547
Octal3502003160551311473105107
Binary11101000100000001100111001011011011100110011101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880CE; }

 p { color: rgb(232,128,206); }

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

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

 a { background-color: rgb(232,128,206); }

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

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

 span { border-color: rgb(232,128,206); }

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