#E46371

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

Shades of Froly #E46371

Tints of Froly #E46371

Color information

#E46371 (or 0xE46371) is unknown color: approx Froly. HEX triplet: E4, 63 and 71. RGB value is (228,99,113). Sum of RGB (Red+Green+Blue) = 228+99+113=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E46371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46371 is #1B9C8E. Grayscale: #8B8B8B. Windows color (decimal): -1809551 or 7431140. OLE color: 7431140.

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

Color convert

RGB22899113-
CMYK00.570.500.11
HSL353.49º70.49%64.12%-
HSV(B)353.49º56.58%89.41%-
XYZ39.4426.6118.68-
YUV139.17113.24191.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.82%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=51.82%
G=22.5%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289911300.570.500.11353.4970.4964.12
HexE4637103932B1614640
Octal3441431610716213541106100
Binary11100100110001111100010111001110010101110110000110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46371; }

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

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

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

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

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

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

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

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