#E77ECA

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

Shades of Tea Rose #E77ECA

Tints of Tea Rose #E77ECA

Color information

#E77ECA (or 0xE77ECA) is unknown color: approx Tea Rose. HEX triplet: E7, 7E and CA. RGB value is (231,126,202). Sum of RGB (Red+Green+Blue) = 231+126+202=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ECA is #188135. Grayscale: #A5A5A5. Windows color (decimal): -1605942 or 13270759. OLE color: 13270759.

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

Color convert

RGB231126202-
CMYK00.450.130.09
HSL316.57º68.63%70%-
HSV(B)316.57º45.45%90.59%-
XYZ51.0836.1760.17-
YUV166.06148.29174.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=41.32%
G=22.54%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112620200.450.130.09316.5768.6370
HexE77ECA02DD913d4546
Octal3471763120551511475105106
Binary1110011111111101100101001011011101100110011110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77ECA; }

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

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

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

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

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

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

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

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