#E06971

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

Shades of Froly #E06971

Tints of Froly #E06971

Color information

#E06971 (or 0xE06971) is unknown color: approx Froly. HEX triplet: E0, 69 and 71. RGB value is (224,105,113). Sum of RGB (Red+Green+Blue) = 224+105+113=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06971 is #1F968E. Grayscale: #8D8D8D. Windows color (decimal): -2070159 or 7432672. OLE color: 7432672.

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

Color convert

RGB224105113-
CMYK00.530.500.12
HSL355.97º65.75%64.51%-
HSV(B)355.97º53.12%87.84%-
XYZ38.7727.1418.82-
YUV141.49111.92186.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=50.68%
G=23.76%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410511300.530.500.12355.9765.7564.51
HexE0697103532C1644241
Octal3401511610656214544102101
Binary11100000110100111100010110101110010110010110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06971; }

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

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

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

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

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

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

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

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