#E580CA

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

Shades of Tea Rose #E580CA

Tints of Tea Rose #E580CA

Color information

#E580CA (or 0xE580CA) is unknown color: approx Tea Rose. HEX triplet: E5, 80 and CA. RGB value is (229,128,202). Sum of RGB (Red+Green+Blue) = 229+128+202=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E580CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580CA is #1A7F35. Grayscale: #A6A6A6. Windows color (decimal): -1736502 or 13271269. OLE color: 13271269.

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

Color convert

RGB229128202-
CMYK00.440.120.10
HSL316.04º66.01%70%-
HSV(B)316.04º44.1%89.8%-
XYZ50.6936.3660.22-
YUV166.64147.96172.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=40.97%
G=22.90%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912820200.440.120.10316.0466.0170
HexE580CA02CCA13c4246
Octal3452003120541412474102106
Binary11100101100000001100101001011001100101010011110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580CA; }

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

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

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

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

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

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

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

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