#E45B70

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

Shades of Froly #E45B70

Tints of Froly #E45B70

Color information

#E45B70 (or 0xE45B70) is unknown color: approx Froly. HEX triplet: E4, 5B and 70. RGB value is (228,91,112). Sum of RGB (Red+Green+Blue) = 228+91+112=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B70 is #1BA48F. Grayscale: #868686. Windows color (decimal): -1811600 or 7363556. OLE color: 7363556.

HSL color Cylindrical-coordinate representation of color #E45B70: hue angle of 350.8º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45B70 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB22891112-
CMYK00.600.510.11
HSL350.8º71.73%62.55%-
HSV(B)350.8º60.09%89.41%-
XYZ38.6625.1518.15-
YUV134.36115.39194.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=52.90%
G=21.11%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289111200.600.510.11350.871.7362.55
HexE45B7003C33B15f483f
Octal344133160074631353711077
Binary1110010010110111110000011110011001110111010111111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45B70; }

 p { color: rgb(228,91,112); }

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

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

 a { background-color: rgb(228,91,112); }

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

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

 span { border-color: rgb(228,91,112); }

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