#E46E74

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

Shades of Froly #E46E74

Tints of Froly #E46E74

Color information

#E46E74 (or 0xE46E74) is unknown color: approx Froly. HEX triplet: E4, 6E and 74. RGB value is (228,110,116). Sum of RGB (Red+Green+Blue) = 228+110+116=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E74 is #1B918B. Grayscale: #929292. Windows color (decimal): -1806732 or 7630564. OLE color: 7630564.

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

Color convert

RGB228110116-
CMYK00.520.490.11
HSL356.95º68.6%66.27%-
HSV(B)356.95º51.75%89.41%-
XYZ40.7228.9119.96-
YUV145.97111.09186.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.22%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=50.22%
G=24.23%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811011600.520.490.11356.9568.666.27
HexE46E7403431B1654542
Octal3441561640646113545105102
Binary11100100110111011101000110100110001101110110010110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46E74; }

 p { color: rgb(228,110,116); }

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

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

 a { background-color: rgb(228,110,116); }

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

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

 span { border-color: rgb(228,110,116); }

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