#EC6473

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

Shades of Froly #EC6473

Tints of Froly #EC6473

Color information

#EC6473 (or 0xEC6473) is unknown color: approx Froly. HEX triplet: EC, 64 and 73. RGB value is (236,100,115). Sum of RGB (Red+Green+Blue) = 236+100+115=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6473 is #139B8C. Grayscale: #8E8E8E. Windows color (decimal): -1285005 or 7562476. OLE color: 7562476.

HSL color Cylindrical-coordinate representation of color #EC6473: hue angle of 353.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6473 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236100115-
CMYK00.580.510.07
HSL353.38º78.16%65.88%-
HSV(B)353.38º57.63%92.55%-
XYZ42.2428.1919.43-
YUV142.37112.56194.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.33%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=52.33%
G=22.17%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610011500.580.510.07353.3878.1665.88
HexEC647303A3371614e42
Octal354144163072637541116102
Binary1110110011001001110011011101011001111110110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6473; }

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

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

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

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

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

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

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

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