#E58BCA

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

Shades of Tea Rose #E58BCA

Tints of Tea Rose #E58BCA

Color information

#E58BCA (or 0xE58BCA) is unknown color: approx Tea Rose. HEX triplet: E5, 8B and CA. RGB value is (229,139,202). Sum of RGB (Red+Green+Blue) = 229+139+202=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BCA is #1A7435. Grayscale: #ACACAC. Windows color (decimal): -1733686 or 13274085. OLE color: 13274085.

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

Color convert

RGB229139202-
CMYK00.390.120.10
HSL318º63.38%72.16%-
HSV(B)318º39.3%89.8%-
XYZ52.2139.3960.73-
YUV173.09144.32167.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=40.18%
G=24.39%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913920200.390.120.1031863.3872.16
HexE58BCA027CA13e3f48
Octal345213312047141247677110
Binary1110010110001011110010100100111110010101001111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BCA; }

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

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

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

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

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

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

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

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