#E785CE

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

Shades of Tea Rose #E785CE

Tints of Tea Rose #E785CE

Color information

#E785CE (or 0xE785CE) is unknown color: approx Tea Rose. HEX triplet: E7, 85 and CE. RGB value is (231,133,206). Sum of RGB (Red+Green+Blue) = 231+133+206=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CE is #187A31. Grayscale: #AAAAAA. Windows color (decimal): -1604146 or 13534695. OLE color: 13534695.

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

Color convert

RGB231133206-
CMYK00.420.110.09
HSL315.31º67.12%71.37%-
HSV(B)315.31º42.42%90.59%-
XYZ52.4838.2263-
YUV170.62147.97171.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=40.53%
G=23.33%
B=36.14%

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
Decimal23113320600.420.110.09315.3167.1271.37
HexE785CE02AB913b4347
Octal3472053160521311473103107
Binary11100111100001011100111001010101011100110011101110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785CE; }

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

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

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

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

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

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

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

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