#E06F7F

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

Shades of Froly #E06F7F

Tints of Froly #E06F7F

Color information

#E06F7F (or 0xE06F7F) is unknown color: approx Froly. HEX triplet: E0, 6F and 7F. RGB value is (224,111,127). Sum of RGB (Red+Green+Blue) = 224+111+127=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F7F is #1F9080. Grayscale: #929292. Windows color (decimal): -2068609 or 8351712. OLE color: 8351712.

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

Color convert

RGB224111127-
CMYK00.500.430.12
HSL351.5º64.57%65.69%-
HSV(B)351.5º50.45%87.84%-
XYZ40.2628.7523.51-
YUV146.61116.94183.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 127 (50% from 255) = 27.49%
R=48.48%
G=24.03%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411112700.500.430.12351.564.5765.69
HexE06F7F0322BC1604142
Octal3401571770625314540101102
Binary11100000110111111111110110010101011110010110000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F7F; }

 p { color: rgb(224,111,127); }

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

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

 a { background-color: rgb(224,111,127); }

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

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

 span { border-color: rgb(224,111,127); }

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