Html Css Color HEX #EC545A Mandy

📋 copy color: '#EC545A'

red 236 ◦ green 84 ◦ blue 90

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

Shades of Mandy #EC545A

Tints of Mandy #EC545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 57.56%
G = 20.49%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC545A (or 0xEC545A) is known color: Mandy. HEX triplet: EC, 54 and 5A. RGB value is (236,84,90). Sum of RGB (Red+Green+Blue) = 236+84+90=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC545A is #13ABA5. Grayscale: #828282. Windows color (decimal): -1289126 or 5919980. OLE color: 5919980.

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

Color convert

RGB 236 84 90 -
CMYK 0 0.64 0.62 0.07
HSL 357.63º 0.8% 0.63% -
HSV(B) 357.63º 0.64% 0.93% -
XYZ 39.61 24.91 12.39 -
YUV 130.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 236 84 90 0 0.64 0.62 0.07 357.63 0.8 0.63
Hex EC 54 5A 0 40 3E 7 166 50 3F
Octal 354 124 132 0 100 76 7 546 120 77
Binary 11101100 1010100 1011010 0 1000000 111110 111 101100110 1010000 111111

Color Harmonies of #EC545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC545A

Black with #EC545A

Text Example


Text Example

White with #EC545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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