#E06A71

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

Shades of Froly #E06A71

Tints of Froly #E06A71

Color information

#E06A71 (or 0xE06A71) is unknown color: approx Froly. HEX triplet: E0, 6A and 71. RGB value is (224,106,113). Sum of RGB (Red+Green+Blue) = 224+106+113=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A71 is #1F958E. Grayscale: #8E8E8E. Windows color (decimal): -2069903 or 7432928. OLE color: 7432928.

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

Color convert

RGB224106113-
CMYK00.530.500.12
HSL356.44º65.56%64.71%-
HSV(B)356.44º52.68%87.84%-
XYZ38.8827.3518.85-
YUV142.08111.59186.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=50.56%
G=23.93%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410611300.530.500.12356.4465.5664.71
HexE06A7103532C1644241
Octal3401521610656214544102101
Binary11100000110101011100010110101110010110010110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A71; }

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

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

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

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

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

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

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

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