#E06479

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

Shades of Froly #E06479

Tints of Froly #E06479

Color information

#E06479 (or 0xE06479) is unknown color: approx Froly. HEX triplet: E0, 64 and 79. RGB value is (224,100,121). Sum of RGB (Red+Green+Blue) = 224+100+121=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06479 is #1F9B86. Grayscale: #8B8B8B. Windows color (decimal): -2071431 or 7955680. OLE color: 7955680.

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

Color convert

RGB224100121-
CMYK00.550.460.12
HSL349.84º66.67%63.53%-
HSV(B)349.84º55.36%87.84%-
XYZ38.7526.3421.13-
YUV139.47117.58188.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=50.34%
G=22.47%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410012100.550.460.12349.8466.6763.53
HexE064790372EC15e4340
Octal3401441710675614536103100
Binary11100000110010011110010110111101110110010101111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06479; }

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

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

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

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

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

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

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

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