#E06873

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

Shades of Froly #E06873

Tints of Froly #E06873

Color information

#E06873 (or 0xE06873) is unknown color: approx Froly. HEX triplet: E0, 68 and 73. RGB value is (224,104,115). Sum of RGB (Red+Green+Blue) = 224+104+115=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06873 is #1F978C. Grayscale: #8D8D8D. Windows color (decimal): -2070413 or 7563488. OLE color: 7563488.

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

Color convert

RGB224104115-
CMYK00.540.490.12
HSL354.5º65.93%64.31%-
HSV(B)354.5º53.57%87.84%-
XYZ38.7926.9919.38-
YUV141.13113.26187.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=50.56%
G=23.48%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410411500.540.490.12354.565.9364.31
HexE0687303631C1624240
Octal3401501630666114542102100
Binary11100000110100011100110110110110001110010110001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06873; }

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

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

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

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

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

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

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

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