#E77CCA

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

Shades of Tea Rose #E77CCA

Tints of Tea Rose #E77CCA

Color information

#E77CCA (or 0xE77CCA) is unknown color: approx Tea Rose. HEX triplet: E7, 7C and CA. RGB value is (231,124,202). Sum of RGB (Red+Green+Blue) = 231+124+202=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCA is #188335. Grayscale: #A4A4A4. Windows color (decimal): -1606454 or 13270247. OLE color: 13270247.

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

Color convert

RGB231124202-
CMYK00.460.130.09
HSL316.26º69.03%69.61%-
HSV(B)316.26º46.32%90.59%-
XYZ50.8235.6760.08-
YUV164.88148.95175.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=41.47%
G=22.26%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112420200.460.130.09316.2669.0369.61
HexE77CCA02ED913c4546
Octal3471743120561511474105106
Binary1110011111111001100101001011101101100110011110010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CCA; }

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

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

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

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

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

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

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

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