#E986CA

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

Shades of Tea Rose #E986CA

Tints of Tea Rose #E986CA

Color information

#E986CA (or 0xE986CA) is unknown color: approx Tea Rose. HEX triplet: E9, 86 and CA. RGB value is (233,134,202). Sum of RGB (Red+Green+Blue) = 233+134+202=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CA is #167935. Grayscale: #ABABAB. Windows color (decimal): -1472822 or 13272809. OLE color: 13272809.

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

Color convert

RGB233134202-
CMYK00.420.130.09
HSL318.79º69.23%71.96%-
HSV(B)318.79º42.49%91.37%-
XYZ52.7938.6460.55-
YUV171.35145.3171.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=40.95%
G=23.55%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313420200.420.130.09318.7969.2371.96
HexE986CA02AD913f4548
Octal3512063120521511477105110
Binary11101001100001101100101001010101101100110011111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986CA; }

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

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

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

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

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

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

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

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