#EC555F

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

Shades of Mandy #EC555F

Tints of Mandy #EC555F

Color information

#EC555F (or 0xEC555F) is unknown color: approx Mandy. HEX triplet: EC, 55 and 5F. RGB value is (236,85,95). Sum of RGB (Red+Green+Blue) = 236+85+95=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC555F is #13AAA0. Grayscale: #838383. Windows color (decimal): -1288865 or 6247916. OLE color: 6247916.

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

Color convert

RGB2368595-
CMYK00.640.600.07
HSL356.03º79.89%62.94%-
HSV(B)356.03º63.98%92.55%-
XYZ39.9125.1613.58-
YUV131.29107.53202.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.73%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=56.73%
G=20.43%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236859500.640.600.07356.0379.8962.94
HexEC555F0403C7164503f
Octal354125137010074754412077
Binary1110110010101011011111010000001111001111011001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC555F; }

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

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

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

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

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

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

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

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