#E586CD

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

Shades of Tea Rose #E586CD

Tints of Tea Rose #E586CD

Color information

#E586CD (or 0xE586CD) is unknown color: approx Tea Rose. HEX triplet: E5, 86 and CD. RGB value is (229,134,205). Sum of RGB (Red+Green+Blue) = 229+134+205=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E586CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586CD is #1A7932. Grayscale: #AAAAAA. Windows color (decimal): -1734963 or 13469413. OLE color: 13469413.

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

Color convert

RGB229134205-
CMYK00.410.100.10
HSL315.16º64.63%71.18%-
HSV(B)315.16º41.48%89.8%-
XYZ51.8638.1262.38-
YUV170.5147.47169.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 134 (52.73% from 255) = 23.59%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=40.32%
G=23.59%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913420500.410.100.10315.1664.6371.18
HexE586CD029AA13b4147
Octal3452063150511212473101107
Binary11100101100001101100110101010011010101010011101110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E586CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E586CD; }

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

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

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

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

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

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

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

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