#E06974

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

Shades of Froly #E06974

Tints of Froly #E06974

Color information

#E06974 (or 0xE06974) is unknown color: approx Froly. HEX triplet: E0, 69 and 74. RGB value is (224,105,116). Sum of RGB (Red+Green+Blue) = 224+105+116=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06974 is #1F968B. Grayscale: #8D8D8D. Windows color (decimal): -2070156 or 7629280. OLE color: 7629280.

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

Color convert

RGB224105116-
CMYK00.530.480.12
HSL354.45º65.75%64.51%-
HSV(B)354.45º53.12%87.84%-
XYZ38.9427.2119.72-
YUV141.83113.42186.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=50.34%
G=23.60%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410511600.530.480.12354.4565.7564.51
HexE0697403530C1624241
Octal3401511640656014542102101
Binary11100000110100111101000110101110000110010110001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06974; }

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

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

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

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

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

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

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

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