#EC5F75

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

Shades of Froly #EC5F75

Tints of Froly #EC5F75

Color information

#EC5F75 (or 0xEC5F75) is unknown color: approx Froly. HEX triplet: EC, 5F and 75. RGB value is (236,95,117). Sum of RGB (Red+Green+Blue) = 236+95+117=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F75 is #13A08A. Grayscale: #8B8B8B. Windows color (decimal): -1286283 or 7692268. OLE color: 7692268.

HSL color Cylindrical-coordinate representation of color #EC5F75: hue angle of 350.64º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F75 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23695117-
CMYK00.600.500.07
HSL350.64º78.77%64.9%-
HSV(B)350.64º59.75%92.55%-
XYZ41.927.319.89-
YUV139.67115.21196.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.68%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=52.68%
G=21.21%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369511700.600.500.07350.6478.7764.9
HexEC5F7503C32715f4f41
Octal354137165074627537117101
Binary1110110010111111110101011110011001011110101111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5F75; }

 p { color: rgb(236,95,117); }

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

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

 a { background-color: rgb(236,95,117); }

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

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

 span { border-color: rgb(236,95,117); }

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