#EC7076

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

Shades of Froly #EC7076

Tints of Froly #EC7076

Color information

#EC7076 (or 0xEC7076) is unknown color: approx Froly. HEX triplet: EC, 70 and 76. RGB value is (236,112,118). Sum of RGB (Red+Green+Blue) = 236+112+118=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7076 is #138F89. Grayscale: #959595. Windows color (decimal): -1281930 or 7762156. OLE color: 7762156.

HSL color Cylindrical-coordinate representation of color #EC7076: hue angle of 357.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7076 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB236112118-
CMYK00.530.50.07
HSL357.1º76.54%68.24%-
HSV(B)357.1º52.54%92.55%-
XYZ43.6630.7320.77-
YUV149.76110.08189.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.64%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=50.64%
G=24.03%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611211800.530.50.07357.176.5468.24
HexEC70760353271654d44
Octal354160166065627545115104
Binary1110110011100001110110011010111001011110110010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7076; }

 p { color: rgb(236,112,118); }

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

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

 a { background-color: rgb(236,112,118); }

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

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

 span { border-color: rgb(236,112,118); }

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