#E58ACE

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

Shades of Tea Rose #E58ACE

Tints of Tea Rose #E58ACE

Color information

#E58ACE (or 0xE58ACE) is unknown color: approx Tea Rose. HEX triplet: E5, 8A and CE. RGB value is (229,138,206). Sum of RGB (Red+Green+Blue) = 229+138+206=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ACE is #1A7531. Grayscale: #ACACAC. Windows color (decimal): -1733938 or 13535973. OLE color: 13535973.

HSL color Cylindrical-coordinate representation of color #E58ACE: hue angle of 315.16º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ACE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229138206-
CMYK00.400.100.10
HSL315.16º63.64%71.96%-
HSV(B)315.16º39.74%89.8%-
XYZ52.5439.2963.21-
YUV172.96146.65167.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=39.97%
G=24.08%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913820600.400.100.10315.1663.6471.96
HexE58ACE028AA13b4048
Octal3452123160501212473100110
Binary11100101100010101100111001010001010101010011101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58ACE; }

 p { color: rgb(229,138,206); }

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

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

 a { background-color: rgb(229,138,206); }

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

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

 span { border-color: rgb(229,138,206); }

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