#EC7077

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

Shades of Froly #EC7077

Tints of Froly #EC7077

Color information

#EC7077 (or 0xEC7077) is unknown color: approx Froly. HEX triplet: EC, 70 and 77. RGB value is (236,112,119). Sum of RGB (Red+Green+Blue) = 236+112+119=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7077 is #138F88. Grayscale: #959595. Windows color (decimal): -1281929 or 7827692. OLE color: 7827692.

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

Color convert

RGB236112119-
CMYK00.530.500.07
HSL356.61º76.54%68.24%-
HSV(B)356.61º52.54%92.55%-
XYZ43.7230.7521.08-
YUV149.87110.58189.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=50.54%
G=23.98%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611211900.530.500.07356.6176.5468.24
HexEC70770353271654d44
Octal354160167065627545115104
Binary1110110011100001110111011010111001011110110010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7077; }

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

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

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

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

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

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

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

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