#E58CCD

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

Shades of Tea Rose #E58CCD

Tints of Tea Rose #E58CCD

Color information

#E58CCD (or 0xE58CCD) is unknown color: approx Tea Rose. HEX triplet: E5, 8C and CD. RGB value is (229,140,205). Sum of RGB (Red+Green+Blue) = 229+140+205=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCD is #1A7332. Grayscale: #ADADAD. Windows color (decimal): -1733427 or 13470949. OLE color: 13470949.

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

Color convert

RGB229140205-
CMYK00.390.100.10
HSL316.18º63.12%72.35%-
HSV(B)316.18º38.86%89.8%-
XYZ52.7139.8262.67-
YUV174.02145.49167.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=39.90%
G=24.39%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914020500.390.100.10316.1863.1272.35
HexE58CCD027AA13c3f48
Octal345214315047121247477110
Binary1110010110001100110011010100111101010101001111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CCD; }

 p { color: rgb(229,140,205); }

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

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

 a { background-color: rgb(229,140,205); }

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

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

 span { border-color: rgb(229,140,205); }

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