#E46269

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

Shades of Froly #E46269

Tints of Froly #E46269

Color information

#E46269 (or 0xE46269) is unknown color: approx Froly. HEX triplet: E4, 62 and 69. RGB value is (228,98,105). Sum of RGB (Red+Green+Blue) = 228+98+105=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E46269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46269 is #1B9D96. Grayscale: #898989. Windows color (decimal): -1809815 or 6906596. OLE color: 6906596.

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

Color convert

RGB22898105-
CMYK00.570.540.11
HSL356.77º70.65%63.92%-
HSV(B)356.77º57.02%89.41%-
XYZ38.9126.2516.38-
YUV137.67109.57192.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=52.90%
G=22.74%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289810500.570.540.11356.7770.6563.92
HexE4626903936B1654740
Octal3441421510716613545107100
Binary11100100110001011010010111001110110101110110010110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46269; }

 p { color: rgb(228,98,105); }

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

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

 a { background-color: rgb(228,98,105); }

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

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

 span { border-color: rgb(228,98,105); }

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