#E46A6F

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

Shades of Froly #E46A6F

Tints of Froly #E46A6F

Color information

#E46A6F (or 0xE46A6F) is unknown color: approx Froly. HEX triplet: E4, 6A and 6F. RGB value is (228,106,111). Sum of RGB (Red+Green+Blue) = 228+106+111=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A6F is #1B9590. Grayscale: #8F8F8F. Windows color (decimal): -1807761 or 7301860. OLE color: 7301860.

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

Color convert

RGB228106111-
CMYK00.540.510.11
HSL357.54º69.32%65.49%-
HSV(B)357.54º53.51%89.41%-
XYZ40.0227.9518.32-
YUV143.05109.92188.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.24%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=51.24%
G=23.82%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810611100.540.510.11357.5469.3265.49
HexE46A6F03633B1664541
Octal3441521570666313546105101
Binary11100100110101011011110110110110011101110110011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A6F; }

 p { color: rgb(228,106,111); }

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

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

 a { background-color: rgb(228,106,111); }

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

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

 span { border-color: rgb(228,106,111); }

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