#E785CC

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

Shades of Tea Rose #E785CC

Tints of Tea Rose #E785CC

Color information

#E785CC (or 0xE785CC) is unknown color: approx Tea Rose. HEX triplet: E7, 85 and CC. RGB value is (231,133,204). Sum of RGB (Red+Green+Blue) = 231+133+204=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E785CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785CC is #187A33. Grayscale: #AAAAAA. Windows color (decimal): -1604148 or 13403623. OLE color: 13403623.

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

Color convert

RGB231133204-
CMYK00.420.120.09
HSL316.53º67.12%71.37%-
HSV(B)316.53º42.42%90.59%-
XYZ52.2438.1261.73-
YUV170.4146.97171.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=40.67%
G=23.42%
B=35.92%

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
Decimal23113320400.420.120.09316.5367.1271.37
HexE785CC02AC913d4347
Octal3472053140521411475103107
Binary11100111100001011100110001010101100100110011110110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785CC; }

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

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

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

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

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

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

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

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