#e06e71

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

Shades of Froly #E06E71

Tints of Froly #E06E71

Color information

#E06E71 (or 0xE06E71) is unknown color: approx Froly. HEX triplet: E0, 6E and 71. RGB value is (224,110,113). Sum of RGB (Red+Green+Blue) = 224+110+113=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E71 is #1F918E. Grayscale: #909090. Windows color (decimal): -2068879 or 7433952. OLE color: 7433952.

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

Color convert

RGB224110113-
CMYK00.510.500.12
HSL358.42º64.77%65.49%-
HSV(B)358.42º50.89%87.84%-
XYZ39.328.1918.99-
YUV144.43110.27184.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=50.11%
G=24.61%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411011300.510.500.12358.4264.7765.49
HexE06E7103332C1664141
Octal3401561610636214546101101
Binary11100000110111011100010110011110010110010110011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06e71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06e71; }

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

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

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

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

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

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

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

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