#E785CA

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

Shades of Tea Rose #E785CA

Tints of Tea Rose #E785CA

Color information

#E785CA (or 0xE785CA) is unknown color: approx Tea Rose. HEX triplet: E7, 85 and CA. RGB value is (231,133,202). Sum of RGB (Red+Green+Blue) = 231+133+202=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CA is #187A35. Grayscale: #A9A9A9. Windows color (decimal): -1604150 or 13272551. OLE color: 13272551.

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

Color convert

RGB231133202-
CMYK00.420.130.09
HSL317.76º67.12%71.37%-
HSV(B)317.76º42.42%90.59%-
XYZ5238.0360.48-
YUV170.17145.97171.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=40.81%
G=23.50%
B=35.69%

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
Decimal23113320200.420.130.09317.7667.1271.37
HexE785CA02AD913e4347
Octal3472053120521511476103107
Binary11100111100001011100101001010101101100110011111010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785CA; }

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

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

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

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

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

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

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

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