#E07178

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

Shades of Froly #E07178

Tints of Froly #E07178

Color information

#E07178 (or 0xE07178) is unknown color: approx Froly. HEX triplet: E0, 71 and 78. RGB value is (224,113,120). Sum of RGB (Red+Green+Blue) = 224+113+120=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07178 is #1F8E87. Grayscale: #939393. Windows color (decimal): -2068104 or 7893472. OLE color: 7893472.

HSL color Cylindrical-coordinate representation of color #E07178: hue angle of 356.22º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07178 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224113120-
CMYK00.500.460.12
HSL356.22º64.16%66.08%-
HSV(B)356.22º49.55%87.84%-
XYZ40.0429.0121.26-
YUV146.99112.77182.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=49.02%
G=24.73%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411312000.500.460.12356.2264.1666.08
HexE071780322EC1644042
Octal3401611700625614544100102
Binary11100000111000111110000110010101110110010110010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07178; }

 p { color: rgb(224,113,120); }

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

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

 a { background-color: rgb(224,113,120); }

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

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

 span { border-color: rgb(224,113,120); }

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