#E785CB

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

Shades of Tea Rose #E785CB

Tints of Tea Rose #E785CB

Color information

#E785CB (or 0xE785CB) is unknown color: approx Tea Rose. HEX triplet: E7, 85 and CB. RGB value is (231,133,203). Sum of RGB (Red+Green+Blue) = 231+133+203=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CB is #187A34. Grayscale: #AAAAAA. Windows color (decimal): -1604149 or 13338087. OLE color: 13338087.

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

Color convert

RGB231133203-
CMYK00.420.120.09
HSL317.14º67.12%71.37%-
HSV(B)317.14º42.42%90.59%-
XYZ52.1238.0861.1-
YUV170.28146.47171.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=40.74%
G=23.46%
B=35.80%

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
Decimal23113320300.420.120.09317.1467.1271.37
HexE785CB02AC913d4347
Octal3472053130521411475103107
Binary11100111100001011100101101010101100100110011110110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785CB; }

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

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

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

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

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

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

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

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