Html Css Color HEX #EC3452 Amaranth

📋 copy color: '#EC3452'

red 236 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #EC3452

Tints of Amaranth #EC3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 63.78%
G = 14.05%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC3452 (or 0xEC3452) is known color: Amaranth. HEX triplet: EC, 34 and 52. RGB value is (236,52,82). Sum of RGB (Red+Green+Blue) = 236+52+82=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3452 is #13CBAD. Grayscale: #6E6E6E. Windows color (decimal): -1297326 or 5387500. OLE color: 5387500.

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

Color convert

RGB 236 52 82 -
CMYK 0 0.78 0.65 0.07
HSL 350.22º 0.83% 0.56% -
HSV(B) 350.22º 0.78% 0.93% -
XYZ 37.34 20.9 10.05 -
YUV 110.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 236 52 82 0 0.78 0.65 0.07 350.22 0.83 0.56
Hex EC 34 52 0 4E 41 7 15E 53 38
Octal 354 64 122 0 116 101 7 536 123 70
Binary 11101100 110100 1010010 0 1001110 1000001 111 101011110 1010011 111000

Color Harmonies of #EC3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3452

Black with #EC3452

Text Example


Text Example

White with #EC3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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