Html Css Color HEX #EC545F Mandy

📋 copy color: '#EC545F'

red 236 ◦ green 84 ◦ blue 95

#EC545F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #EC545F

Tints of Mandy #EC545F

RGB

 RED value IS 236 (92.58% from 255) = 56.87%

 GREEN value IS 84 (33.2% from 255) = 20.24%

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 56.87%
G = 20.24%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC545F (or 0xEC545F) is known color: Mandy. HEX triplet: EC, 54 and 5F. RGB value is (236,84,95). Sum of RGB (Red+Green+Blue) = 236+84+95=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC545F is #13ABA0. Grayscale: #828282. Windows color (decimal): -1289121 or 6247660. OLE color: 6247660.

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

Color convert

RGB 236 84 95 -
CMYK 0 0.64 0.60 0.07
HSL 355.66º 0.8% 0.63% -
HSV(B) 355.66º 0.64% 0.93% -
XYZ 39.83 25 13.55 -
YUV 130.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 236 84 95 0 0.64 0.60 0.07 355.66 0.8 0.63
Hex EC 54 5F 0 40 3C 7 164 50 3F
Octal 354 124 137 0 100 74 7 544 120 77
Binary 11101100 1010100 1011111 0 1000000 111100 111 101100100 1010000 111111

Color Harmonies of #EC545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC545F

Black with #EC545F

Text Example


Text Example

White with #EC545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC545F; }

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

 H1.HeaderClassName
 {
   color: #EC545F;
 }
 .AnyTagClassName
 {
   color: #EC545F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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