Html Css Color HEX #EC4452 Amaranth

📋 copy color: '#EC4452'

red 236 ◦ green 68 ◦ blue 82

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

Shades of Amaranth #EC4452

Tints of Amaranth #EC4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.62%

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

R = 61.14%
G = 17.62%
B = 21.24%

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

#EC4452 (or 0xEC4452) is known color: Amaranth. HEX triplet: EC, 44 and 52. RGB value is (236,68,82). Sum of RGB (Red+Green+Blue) = 236+68+82=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4452 is #13BBAD. Grayscale: #777777. Windows color (decimal): -1293230 or 5391596. OLE color: 5391596.

HSL color Cylindrical-coordinate representation of color #EC4452: hue angle of 355º degrees, saturation: 0.82, 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 #EC4452 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 82 -
CMYK 0 0.71 0.65 0.07
HSL 355º 0.82% 0.6% -
HSV(B) 355º 0.71% 0.93% -
XYZ 38.18 22.58 10.33 -
YUV 119.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 236 68 82 0 0.71 0.65 0.07 355 0.82 0.6
Hex EC 44 52 0 47 41 7 163 52 3C
Octal 354 104 122 0 107 101 7 543 122 74
Binary 11101100 1000100 1010010 0 1000111 1000001 111 101100011 1010010 111100

Color Harmonies of #EC4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4452

Black with #EC4452

Text Example


Text Example

White with #EC4452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4452; }

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

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

background-color css

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

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

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

border-color css

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

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

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