#E582CA

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

Shades of Tea Rose #E582CA

Tints of Tea Rose #E582CA

Color information

#E582CA (or 0xE582CA) is unknown color: approx Tea Rose. HEX triplet: E5, 82 and CA. RGB value is (229,130,202). Sum of RGB (Red+Green+Blue) = 229+130+202=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E582CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582CA is #1A7D35. Grayscale: #A7A7A7. Windows color (decimal): -1735990 or 13271781. OLE color: 13271781.

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

Color convert

RGB229130202-
CMYK00.430.120.10
HSL316.36º65.56%70.39%-
HSV(B)316.36º43.23%89.8%-
XYZ50.9636.8960.31-
YUV167.81147.3171.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=40.82%
G=23.17%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913020200.430.120.10316.3665.5670.39
HexE582CA02BCA13c4246
Octal3452023120531412474102106
Binary11100101100000101100101001010111100101010011110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E582CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E582CA; }

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

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

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

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

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

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

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

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