#E07478

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

Shades of Froly #E07478

Tints of Froly #E07478

Color information

#E07478 (or 0xE07478) is unknown color: approx Froly. HEX triplet: E0, 74 and 78. RGB value is (224,116,120). Sum of RGB (Red+Green+Blue) = 224+116+120=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07478 is #1F8B87. Grayscale: #949494. Windows color (decimal): -2067336 or 7894240. OLE color: 7894240.

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

Color convert

RGB224116120-
CMYK00.480.460.12
HSL357.78º63.53%66.67%-
HSV(B)357.78º48.21%87.84%-
XYZ40.3829.6921.37-
YUV148.75111.78181.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=48.70%
G=25.22%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411612000.480.460.12357.7863.5366.67
HexE074780302EC1664043
Octal3401641700605614546100103
Binary11100000111010011110000110000101110110010110011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07478; }

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

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

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

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

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

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

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

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