#E580C8

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

Shades of Tea Rose #E580C8

Tints of Tea Rose #E580C8

Color information

#E580C8 (or 0xE580C8) is unknown color: approx Tea Rose. HEX triplet: E5, 80 and C8. RGB value is (229,128,200). Sum of RGB (Red+Green+Blue) = 229+128+200=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E580C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580C8 is #1A7F37. Grayscale: #A6A6A6. Windows color (decimal): -1736504 or 13140197. OLE color: 13140197.

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

Color convert

RGB229128200-
CMYK00.440.130.10
HSL317.23º66.01%70%-
HSV(B)317.23º44.1%89.8%-
XYZ50.4636.2758.98-
YUV166.41146.96172.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=41.11%
G=22.98%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912820000.440.130.10317.2366.0170
HexE580C802CDA13d4246
Octal3452003100541512475102106
Binary11100101100000001100100001011001101101010011110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580C8; }

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

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

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

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

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

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

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

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