#E77EC5

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

Shades of Tea Rose #E77EC5

Tints of Tea Rose #E77EC5

Color information

#E77EC5 (or 0xE77EC5) is unknown color: approx Tea Rose. HEX triplet: E7, 7E and C5. RGB value is (231,126,197). Sum of RGB (Red+Green+Blue) = 231+126+197=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EC5 is #18813A. Grayscale: #A5A5A5. Windows color (decimal): -1605947 or 12943079. OLE color: 12943079.

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

Color convert

RGB231126197-
CMYK00.450.150.09
HSL319.43º68.63%70%-
HSV(B)319.43º45.45%90.59%-
XYZ50.4935.9457.1-
YUV165.49145.79174.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=41.70%
G=22.74%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112619700.450.150.09319.4368.6370
HexE77EC502DF913f4546
Octal3471763050551711477105106
Binary1110011111111101100010101011011111100110011111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77EC5; }

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

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

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

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

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

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

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

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