#E46E70

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

Shades of Froly #E46E70

Tints of Froly #E46E70

Color information

#E46E70 (or 0xE46E70) is unknown color: approx Froly. HEX triplet: E4, 6E and 70. RGB value is (228,110,112). Sum of RGB (Red+Green+Blue) = 228+110+112=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E70 is #1B918F. Grayscale: #919191. Windows color (decimal): -1806736 or 7368420. OLE color: 7368420.

HSL color Cylindrical-coordinate representation of color #E46E70: hue angle of 358.98º 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 #E46E70 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB228110112-
CMYK00.520.510.11
HSL358.98º68.6%66.27%-
HSV(B)358.98º51.75%89.41%-
XYZ40.528.8218.76-
YUV145.51109.09186.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.67%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=50.67%
G=24.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811011200.520.510.11358.9868.666.27
HexE46E7003433B1674542
Octal3441561600646313547105102
Binary11100100110111011100000110100110011101110110011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46E70; }

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

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

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

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

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

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

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

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