#E586CB

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

Shades of Tea Rose #E586CB

Tints of Tea Rose #E586CB

Color information

#E586CB (or 0xE586CB) is unknown color: approx Tea Rose. HEX triplet: E5, 86 and CB. RGB value is (229,134,203). Sum of RGB (Red+Green+Blue) = 229+134+203=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E586CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586CB is #1A7934. Grayscale: #AAAAAA. Windows color (decimal): -1734965 or 13338341. OLE color: 13338341.

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

Color convert

RGB229134203-
CMYK00.410.110.10
HSL316.42º64.63%71.18%-
HSV(B)316.42º41.48%89.8%-
XYZ51.6238.0261.12-
YUV170.27146.47169.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=40.46%
G=23.67%
B=35.87%

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
Decimal22913420300.410.110.10316.4264.6371.18
HexE586CB029BA13c4147
Octal3452063130511312474101107
Binary11100101100001101100101101010011011101010011110010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E586CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E586CB; }

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

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

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

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

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

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

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

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