#e06879

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

Shades of Froly #E06879

Tints of Froly #E06879

Color information

#E06879 (or 0xE06879) is unknown color: approx Froly. HEX triplet: E0, 68 and 79. RGB value is (224,104,121). Sum of RGB (Red+Green+Blue) = 224+104+121=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E06879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06879 is #1F9786. Grayscale: #8D8D8D. Windows color (decimal): -2070407 or 7956704. OLE color: 7956704.

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

Color convert

RGB224104121-
CMYK00.540.460.12
HSL351.5º65.93%64.31%-
HSV(B)351.5º53.57%87.84%-
XYZ39.1427.1321.26-
YUV141.82116.26186.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=49.89%
G=23.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410412100.540.460.12351.565.9364.31
HexE068790362EC1604240
Octal3401501710665614540102100
Binary11100000110100011110010110110101110110010110000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06879; }

 p { color: rgb(224,104,121); }

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

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

 a { background-color: rgb(224,104,121); }

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

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

 span { border-color: rgb(224,104,121); }

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