#e45e6d

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

Shades of Froly #E45E6D

Tints of Froly #E45E6D

Color information

#E45E6D (or 0xE45E6D) is unknown color: approx Froly. HEX triplet: E4, 5E and 6D. RGB value is (228,94,109). Sum of RGB (Red+Green+Blue) = 228+94+109=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45E6D is #1BA192. Grayscale: #878787. Windows color (decimal): -1810835 or 7167716. OLE color: 7167716.

HSL color Cylindrical-coordinate representation of color #E45E6D: hue angle of 353.28º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E6D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22894109-
CMYK00.590.520.11
HSL353.28º71.28%63.14%-
HSV(B)353.28º58.77%89.41%-
XYZ38.7625.617.37-
YUV135.78112.89193.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=52.90%
G=21.81%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289410900.590.520.11353.2871.2863.14
HexE45E6D03B34B161473f
Octal344136155073641354110777
Binary1110010010111101101101011101111010010111011000011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45e6d; }

 p { color: rgb(228,94,109); }

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

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

 a { background-color: rgb(228,94,109); }

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

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

 span { border-color: rgb(228,94,109); }

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