#EC6364

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

Shades of Froly #EC6364

Tints of Froly #EC6364

Color information

#EC6364 (or 0xEC6364) is unknown color: approx Froly. HEX triplet: EC, 63 and 64. RGB value is (236,99,100). Sum of RGB (Red+Green+Blue) = 236+99+100=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6364 is #139C9B. Grayscale: #8C8C8C. Windows color (decimal): -1285276 or 6579180. OLE color: 6579180.

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

Color convert

RGB23699100-
CMYK00.580.580.07
HSL359.56º78.29%65.69%-
HSV(B)359.56º58.05%92.55%-
XYZ41.3527.6815.22-
YUV140.08105.39196.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.25%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=54.25%
G=22.76%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369910000.580.580.07359.5678.2965.69
HexEC636403A3A71684e42
Octal354143144072727550116102
Binary1110110011000111100100011101011101011110110100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6364; }

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

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

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

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

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

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

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

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