#E580C6

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

Shades of Tea Rose #E580C6

Tints of Tea Rose #E580C6

Color information

#E580C6 (or 0xE580C6) is unknown color: approx Tea Rose. HEX triplet: E5, 80 and C6. RGB value is (229,128,198). Sum of RGB (Red+Green+Blue) = 229+128+198=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E580C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580C6 is #1A7F39. Grayscale: #A6A6A6. Windows color (decimal): -1736506 or 13009125. OLE color: 13009125.

HSL color Cylindrical-coordinate representation of color #E580C6: hue angle of 318.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580C6 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229128198-
CMYK00.440.140.10
HSL318.42º66.01%70%-
HSV(B)318.42º44.1%89.8%-
XYZ50.2336.1757.76-
YUV166.18145.96172.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 128 (50.39% from 255) = 23.06%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=41.26%
G=23.06%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912819800.440.140.10318.4266.0170
HexE580C602CEA13e4246
Octal3452003060541612476102106
Binary11100101100000001100011001011001110101010011111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580C6; }

 p { color: rgb(229,128,198); }

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

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

 a { background-color: rgb(229,128,198); }

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

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

 span { border-color: rgb(229,128,198); }

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