#E986CE

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

Shades of Tea Rose #E986CE

Tints of Tea Rose #E986CE

Color information

#E986CE (or 0xE986CE) is unknown color: approx Tea Rose. HEX triplet: E9, 86 and CE. RGB value is (233,134,206). Sum of RGB (Red+Green+Blue) = 233+134+206=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CE is #167931. Grayscale: #ABABAB. Windows color (decimal): -1472818 or 13534953. OLE color: 13534953.

HSL color Cylindrical-coordinate representation of color #E986CE: hue angle of 316.36º 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 #E986CE is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233134206-
CMYK00.420.120.09
HSL316.36º69.23%71.96%-
HSV(B)316.36º42.49%91.37%-
XYZ53.2738.8363.08-
YUV171.81147.3171.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=40.66%
G=23.39%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313420600.420.120.09316.3669.2371.96
HexE986CE02AC913c4548
Octal3512063160521411474105110
Binary11101001100001101100111001010101100100110011110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986CE; }

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

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

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

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

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

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

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

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