#E880C9

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

Shades of Tea Rose #E880C9

Tints of Tea Rose #E880C9

Color information

#E880C9 (or 0xE880C9) is unknown color: approx Tea Rose. HEX triplet: E8, 80 and C9. RGB value is (232,128,201). Sum of RGB (Red+Green+Blue) = 232+128+201=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E880C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880C9 is #177F36. Grayscale: #A7A7A7. Windows color (decimal): -1539895 or 13205736. OLE color: 13205736.

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

Color convert

RGB232128201-
CMYK00.450.130.09
HSL317.88º69.33%70.59%-
HSV(B)317.88º44.83%90.98%-
XYZ51.5436.8159.65-
YUV167.42146.96174.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=41.35%
G=22.82%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212820100.450.130.09317.8869.3370.59
HexE880C902DD913e4547
Octal3502003110551511476105107
Binary11101000100000001100100101011011101100110011111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880C9; }

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

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

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

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

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

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

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

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