#E06173

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

Shades of Froly #E06173

Tints of Froly #E06173

Color information

#E06173 (or 0xE06173) is unknown color: approx Froly. HEX triplet: E0, 61 and 73. RGB value is (224,97,115). Sum of RGB (Red+Green+Blue) = 224+97+115=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E06173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06173 is #1F9E8C. Grayscale: #898989. Windows color (decimal): -2072205 or 7561696. OLE color: 7561696.

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

Color convert

RGB22497115-
CMYK00.570.490.12
HSL351.5º67.2%62.94%-
HSV(B)351.5º56.7%87.84%-
XYZ38.1125.6319.16-
YUV137.02115.58190.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.38%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=51.38%
G=22.25%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249711500.570.490.12351.567.262.94
HexE0617303931C15f433f
Octal340141163071611453710377
Binary1110000011000011110011011100111000111001010111111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06173; }

 p { color: rgb(224,97,115); }

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

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

 a { background-color: rgb(224,97,115); }

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

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

 span { border-color: rgb(224,97,115); }

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