#EC5A63

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

Shades of Froly #EC5A63

Tints of Froly #EC5A63

Color information

#EC5A63 (or 0xEC5A63) is unknown color: approx Froly. HEX triplet: EC, 5A and 63. RGB value is (236,90,99). Sum of RGB (Red+Green+Blue) = 236+90+99=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A63 is #13A59C. Grayscale: #868686. Windows color (decimal): -1287581 or 6511340. OLE color: 6511340.

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

Color convert

RGB2369099-
CMYK00.620.580.07
HSL356.3º79.35%63.92%-
HSV(B)356.3º61.86%92.55%-
XYZ40.526.0514.7-
YUV134.68107.87200.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=55.53%
G=21.18%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236909900.620.580.07356.379.3563.92
HexEC5A6303E3A71644f40
Octal354132143076727544117100
Binary1110110010110101100011011111011101011110110010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5A63; }

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

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

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

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

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

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

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

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