#E585CC

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

Shades of Tea Rose #E585CC

Tints of Tea Rose #E585CC

Color information

#E585CC (or 0xE585CC) is unknown color: approx Tea Rose. HEX triplet: E5, 85 and CC. RGB value is (229,133,204). Sum of RGB (Red+Green+Blue) = 229+133+204=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E585CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585CC is #1A7A33. Grayscale: #A9A9A9. Windows color (decimal): -1735220 or 13403621. OLE color: 13403621.

HSL color Cylindrical-coordinate representation of color #E585CC: hue angle of 315.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585CC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229133204-
CMYK00.420.110.10
HSL315.62º64.86%70.98%-
HSV(B)315.62º41.92%89.8%-
XYZ51.637.7961.7-
YUV169.8147.3170.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=40.46%
G=23.50%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913320400.420.110.10315.6264.8670.98
HexE585CC02ABA13c4147
Octal3452053140521312474101107
Binary11100101100001011100110001010101011101010011110010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585CC; }

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

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

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

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

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

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

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

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