#EC575F

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

Shades of Mandy #EC575F

Tints of Mandy #EC575F

Color information

#EC575F (or 0xEC575F) is unknown color: approx Mandy. HEX triplet: EC, 57 and 5F. RGB value is (236,87,95). Sum of RGB (Red+Green+Blue) = 236+87+95=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC575F is #13A8A0. Grayscale: #848484. Windows color (decimal): -1288353 or 6248428. OLE color: 6248428.

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

Color convert

RGB2368795-
CMYK00.630.600.07
HSL356.78º79.68%63.33%-
HSV(B)356.78º63.14%92.55%-
XYZ40.0725.4813.63-
YUV132.46106.86201.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=56.46%
G=20.81%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236879500.630.600.07356.7879.6863.33
HexEC575F03F3C7165503f
Octal35412713707774754512077
Binary111011001010111101111101111111111001111011001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC575F; }

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

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

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

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

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

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

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

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