#E46369

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

Shades of Froly #E46369

Tints of Froly #E46369

Color information

#E46369 (or 0xE46369) is unknown color: approx Froly. HEX triplet: E4, 63 and 69. RGB value is (228,99,105). Sum of RGB (Red+Green+Blue) = 228+99+105=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E46369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46369 is #1B9C96. Grayscale: #8A8A8A. Windows color (decimal): -1809559 or 6906852. OLE color: 6906852.

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

Color convert

RGB22899105-
CMYK00.570.540.11
HSL357.21º70.49%64.12%-
HSV(B)357.21º56.58%89.41%-
XYZ39.0126.4416.41-
YUV138.26109.24192.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=52.78%
G=22.92%
B=24.31%

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
Decimal2289910500.570.540.11357.2170.4964.12
HexE4636903936B1654640
Octal3441431510716613545106100
Binary11100100110001111010010111001110110101110110010110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46369; }

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

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

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

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

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

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

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

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