#E786CE

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

Shades of Tea Rose #E786CE

Tints of Tea Rose #E786CE

Color information

#E786CE (or 0xE786CE) is unknown color: approx Tea Rose. HEX triplet: E7, 86 and CE. RGB value is (231,134,206). Sum of RGB (Red+Green+Blue) = 231+134+206=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CE is #187931. Grayscale: #ABABAB. Windows color (decimal): -1603890 or 13534951. OLE color: 13534951.

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

Color convert

RGB231134206-
CMYK00.420.110.09
HSL315.46º66.9%71.57%-
HSV(B)315.46º41.99%90.59%-
XYZ52.6238.563.05-
YUV171.21147.64170.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=40.46%
G=23.47%
B=36.08%

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
Decimal23113420600.420.110.09315.4666.971.57
HexE786CE02AB913b4348
Octal3472063160521311473103110
Binary11100111100001101100111001010101011100110011101110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786CE; }

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

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

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

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

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

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

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

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