#E06978

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

Shades of Froly #E06978

Tints of Froly #E06978

Color information

#E06978 (or 0xE06978) is unknown color: approx Froly. HEX triplet: E0, 69 and 78. RGB value is (224,105,120). Sum of RGB (Red+Green+Blue) = 224+105+120=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E06978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06978 is #1F9687. Grayscale: #8E8E8E. Windows color (decimal): -2070152 or 7891424. OLE color: 7891424.

HSL color Cylindrical-coordinate representation of color #E06978: hue angle of 352.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 #E06978 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224105120-
CMYK00.530.460.12
HSL352.44º65.75%64.51%-
HSV(B)352.44º53.12%87.84%-
XYZ39.1827.3120.97-
YUV142.29115.42186.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=49.89%
G=23.39%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410512000.530.460.12352.4465.7564.51
HexE069780352EC1604241
Octal3401511700655614540102101
Binary11100000110100111110000110101101110110010110000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06978; }

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

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

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

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

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

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

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

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