#E786CA

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

Shades of Tea Rose #E786CA

Tints of Tea Rose #E786CA

Color information

#E786CA (or 0xE786CA) is unknown color: approx Tea Rose. HEX triplet: E7, 86 and CA. RGB value is (231,134,202). Sum of RGB (Red+Green+Blue) = 231+134+202=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CA is #187935. Grayscale: #AAAAAA. Windows color (decimal): -1603894 or 13272807. OLE color: 13272807.

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

Color convert

RGB231134202-
CMYK00.420.130.09
HSL317.94º66.9%71.57%-
HSV(B)317.94º41.99%90.59%-
XYZ52.1438.360.52-
YUV170.76145.64170.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=40.74%
G=23.63%
B=35.63%

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
Decimal23113420200.420.130.09317.9466.971.57
HexE786CA02AD913e4348
Octal3472063120521511476103110
Binary11100111100001101100101001010101101100110011111010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786CA; }

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

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

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

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

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

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

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

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