#e58ccc

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

Shades of Tea Rose #E58CCC

Tints of Tea Rose #E58CCC

Color information

#E58CCC (or 0xE58CCC) is unknown color: approx Tea Rose. HEX triplet: E5, 8C and CC. RGB value is (229,140,204). Sum of RGB (Red+Green+Blue) = 229+140+204=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCC is #1A7333. Grayscale: #ADADAD. Windows color (decimal): -1733428 or 13405413. OLE color: 13405413.

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

Color convert

RGB229140204-
CMYK00.390.110.10
HSL316.85º63.12%72.35%-
HSV(B)316.85º38.86%89.8%-
XYZ52.5939.7762.03-
YUV173.91144.99167.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=39.97%
G=24.43%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914020400.390.110.10316.8563.1272.35
HexE58CCC027BA13d3f48
Octal345214314047131247577110
Binary1110010110001100110011000100111101110101001111011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58ccc; }

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

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

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

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

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

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

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

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