#EC7073

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

Shades of Froly #EC7073

Tints of Froly #EC7073

Color information

#EC7073 (or 0xEC7073) is unknown color: approx Froly. HEX triplet: EC, 70 and 73. RGB value is (236,112,115). Sum of RGB (Red+Green+Blue) = 236+112+115=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7073 is #138F8C. Grayscale: #959595. Windows color (decimal): -1281933 or 7565548. OLE color: 7565548.

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

Color convert

RGB236112115-
CMYK00.530.510.07
HSL358.55º76.54%68.24%-
HSV(B)358.55º52.54%92.55%-
XYZ43.4830.6619.85-
YUV149.42108.58189.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.97%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=50.97%
G=24.19%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611211500.530.510.07358.5576.5468.24
HexEC70730353371674d44
Octal354160163065637547115104
Binary1110110011100001110011011010111001111110110011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7073; }

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

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

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

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

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

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

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

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