#EC7078

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

Shades of Froly #EC7078

Tints of Froly #EC7078

Color information

#EC7078 (or 0xEC7078) is unknown color: approx Froly. HEX triplet: EC, 70 and 78. RGB value is (236,112,120). Sum of RGB (Red+Green+Blue) = 236+112+120=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7078 is #138F87. Grayscale: #969696. Windows color (decimal): -1281928 or 7893228. OLE color: 7893228.

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

Color convert

RGB236112120-
CMYK00.530.490.07
HSL356.13º76.54%68.24%-
HSV(B)356.13º52.54%92.55%-
XYZ43.7830.7821.4-
YUV149.99111.08189.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=50.43%
G=23.93%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611212000.530.490.07356.1376.5468.24
HexEC70780353171644d44
Octal354160170065617544115104
Binary1110110011100001111000011010111000111110110010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7078; }

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

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

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

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

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

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

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

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