#E785CD

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

Shades of Tea Rose #E785CD

Tints of Tea Rose #E785CD

Color information

#E785CD (or 0xE785CD) is unknown color: approx Tea Rose. HEX triplet: E7, 85 and CD. RGB value is (231,133,205). Sum of RGB (Red+Green+Blue) = 231+133+205=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CD is #187A32. Grayscale: #AAAAAA. Windows color (decimal): -1604147 or 13469159. OLE color: 13469159.

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

Color convert

RGB231133205-
CMYK00.420.110.09
HSL315.92º67.12%71.37%-
HSV(B)315.92º42.42%90.59%-
XYZ52.3638.1762.37-
YUV170.51147.47171.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=40.60%
G=23.37%
B=36.03%

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
Decimal23113320500.420.110.09315.9267.1271.37
HexE785CD02AB913c4347
Octal3472053150521311474103107
Binary11100111100001011100110101010101011100110011110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785CD; }

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

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

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

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

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

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

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

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