#E586CC

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

Shades of Tea Rose #E586CC

Tints of Tea Rose #E586CC

Color information

#E586CC (or 0xE586CC) is unknown color: approx Tea Rose. HEX triplet: E5, 86 and CC. RGB value is (229,134,204). Sum of RGB (Red+Green+Blue) = 229+134+204=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E586CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586CC is #1A7933. Grayscale: #AAAAAA. Windows color (decimal): -1734964 or 13403877. OLE color: 13403877.

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

Color convert

RGB229134204-
CMYK00.410.110.10
HSL315.79º64.63%71.18%-
HSV(B)315.79º41.48%89.8%-
XYZ51.7438.0761.75-
YUV170.39146.97169.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.39%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=40.39%
G=23.63%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913420400.410.110.10315.7964.6371.18
HexE586CC029BA13c4147
Octal3452063140511312474101107
Binary11100101100001101100110001010011011101010011110010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E586CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E586CC; }

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

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

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

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

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

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

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

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