Html Css Color HEX #EC4552 Amaranth

📋 copy color: '#EC4552'

red 236 ◦ green 69 ◦ blue 82

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

Shades of Amaranth #EC4552

Tints of Amaranth #EC4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 60.98%
G = 17.83%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4552 (or 0xEC4552) is known color: Amaranth. HEX triplet: EC, 45 and 52. RGB value is (236,69,82). Sum of RGB (Red+Green+Blue) = 236+69+82=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4552 is #13BAAD. Grayscale: #787878. Windows color (decimal): -1292974 or 5391852. OLE color: 5391852.

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

Color convert

RGB 236 69 82 -
CMYK 0 0.71 0.65 0.07
HSL 355.33º 0.81% 0.6% -
HSV(B) 355.33º 0.71% 0.93% -
XYZ 38.24 22.7 10.35 -
YUV 120.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 236 69 82 0 0.71 0.65 0.07 355.33 0.81 0.6
Hex EC 45 52 0 47 41 7 163 51 3C
Octal 354 105 122 0 107 101 7 543 121 74
Binary 11101100 1000101 1010010 0 1000111 1000001 111 101100011 1010001 111100

Color Harmonies of #EC4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4552

Black with #EC4552

Text Example


Text Example

White with #EC4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4552; }

 p { color: rgb(236,69,82); }

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

background-color css

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

 a { background-color: rgb(236,69,82); }

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

border-color css

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

 span { border-color: rgb(236,69,82); }

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