#E07C81

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

Shades of Froly #E07C81

Tints of Froly #E07C81

Color information

#E07C81 (or 0xE07C81) is unknown color: approx Froly. HEX triplet: E0, 7C and 81. RGB value is (224,124,129). Sum of RGB (Red+Green+Blue) = 224+124+129=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C81 is #1F837E. Grayscale: #9A9A9A. Windows color (decimal): -2065279 or 8486112. OLE color: 8486112.

HSL color Cylindrical-coordinate representation of color #E07C81: hue angle of 357º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C81 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224124129-
CMYK00.450.420.12
HSL357º61.73%68.24%-
HSV(B)357º44.64%87.84%-
XYZ41.9131.8524.71-
YUV154.47113.63177.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=46.96%
G=26.00%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412412900.450.420.1235761.7368.24
HexE07C8102D2AC1653e44
Octal340174201055521454576104
Binary11100000111110010000001010110110101011001011001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07C81; }

 p { color: rgb(224,124,129); }

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

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

 a { background-color: rgb(224,124,129); }

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

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

 span { border-color: rgb(224,124,129); }

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