#E46977

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

Shades of Froly #E46977

Tints of Froly #E46977

Color information

#E46977 (or 0xE46977) is unknown color: approx Froly. HEX triplet: E4, 69 and 77. RGB value is (228,105,119). Sum of RGB (Red+Green+Blue) = 228+105+119=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E46977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46977 is #1B9688. Grayscale: #8F8F8F. Windows color (decimal): -1808009 or 7825892. OLE color: 7825892.

HSL color Cylindrical-coordinate representation of color #E46977: hue angle of 353.17º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46977 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228105119-
CMYK00.540.480.11
HSL353.17º69.49%65.29%-
HSV(B)353.17º53.95%89.41%-
XYZ40.3827.9320.72-
YUV143.37114.25188.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.44%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=50.44%
G=23.23%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810511900.540.480.11353.1769.4965.29
HexE4697703630B1614541
Octal3441511670666013541105101
Binary11100100110100111101110110110110000101110110000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46977; }

 p { color: rgb(228,105,119); }

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

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

 a { background-color: rgb(228,105,119); }

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

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

 span { border-color: rgb(228,105,119); }

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