#E46571

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

Shades of Froly #E46571

Tints of Froly #E46571

Color information

#E46571 (or 0xE46571) is unknown color: approx Froly. HEX triplet: E4, 65 and 71. RGB value is (228,101,113). Sum of RGB (Red+Green+Blue) = 228+101+113=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E46571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46571 is #1B9A8E. Grayscale: #8C8C8C. Windows color (decimal): -1809039 or 7431652. OLE color: 7431652.

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

Color convert

RGB228101113-
CMYK00.560.500.11
HSL354.33º70.17%64.51%-
HSV(B)354.33º55.7%89.41%-
XYZ39.6326.9918.74-
YUV140.34112.58190.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.58%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=51.58%
G=22.85%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810111300.560.500.11354.3370.1764.51
HexE4657103832B1624641
Octal3441451610706213542106101
Binary11100100110010111100010111000110010101110110001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46571; }

 p { color: rgb(228,101,113); }

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

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

 a { background-color: rgb(228,101,113); }

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

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

 span { border-color: rgb(228,101,113); }

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