#E986D0

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

Shades of Tea Rose #E986D0

Tints of Tea Rose #E986D0

Color information

#E986D0 (or 0xE986D0) is unknown color: approx Tea Rose. HEX triplet: E9, 86 and D0. RGB value is (233,134,208). Sum of RGB (Red+Green+Blue) = 233+134+208=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E986D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986D0 is #16792F. Grayscale: #ABABAB. Windows color (decimal): -1472816 or 13666025. OLE color: 13666025.

HSL color Cylindrical-coordinate representation of color #E986D0: hue angle of 315.15º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986D0 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233134208-
CMYK00.420.110.09
HSL315.15º69.23%71.96%-
HSV(B)315.15º42.49%91.37%-
XYZ53.5138.9364.37-
YUV172.04148.3171.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=40.52%
G=23.30%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313420800.420.110.09315.1569.2371.96
HexE986D002AB913b4548
Octal3512063200521311473105110
Binary11101001100001101101000001010101011100110011101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986D0; }

 p { color: rgb(233,134,208); }

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

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

 a { background-color: rgb(233,134,208); }

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

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

 span { border-color: rgb(233,134,208); }

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