#E77DCC

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

Shades of Tea Rose #E77DCC

Tints of Tea Rose #E77DCC

Color information

#E77DCC (or 0xE77DCC) is unknown color: approx Tea Rose. HEX triplet: E7, 7D and CC. RGB value is (231,125,204). Sum of RGB (Red+Green+Blue) = 231+125+204=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCC is #188233. Grayscale: #A5A5A5. Windows color (decimal): -1606196 or 13401575. OLE color: 13401575.

HSL color Cylindrical-coordinate representation of color #E77DCC: hue angle of 315.28º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77DCC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231125204-
CMYK00.460.120.09
HSL315.28º68.83%69.8%-
HSV(B)315.28º45.89%90.59%-
XYZ51.1936.0261.38-
YUV165.7149.62174.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=41.25%
G=22.32%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112520400.460.120.09315.2868.8369.8
HexE77DCC02EC913b4546
Octal3471753140561411473105106
Binary1110011111111011100110001011101100100110011101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DCC; }

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

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

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

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

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

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

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

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