#E58DCE

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

Shades of Tea Rose #E58DCE

Tints of Tea Rose #E58DCE

Color information

#E58DCE (or 0xE58DCE) is unknown color: approx Tea Rose. HEX triplet: E5, 8D and CE. RGB value is (229,141,206). Sum of RGB (Red+Green+Blue) = 229+141+206=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DCE is #1A7231. Grayscale: #AEAEAE. Windows color (decimal): -1733170 or 13536741. OLE color: 13536741.

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

Color convert

RGB229141206-
CMYK00.380.100.10
HSL315.68º62.86%72.55%-
HSV(B)315.68º38.43%89.8%-
XYZ52.9840.1663.35-
YUV174.72145.65166.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=39.76%
G=24.48%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914120600.380.100.10315.6862.8672.55
HexE58DCE026AA13c3f49
Octal345215316046121247477111
Binary1110010110001101110011100100110101010101001111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DCE; }

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

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

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

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

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

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

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

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