Html Css Color HEX #EC2451 Amaranth

📋 copy color: '#EC2451'

red 236 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #EC2451

Tints of Amaranth #EC2451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 66.86%
G = 10.2%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2451 (or 0xEC2451) is known color: Amaranth. HEX triplet: EC, 24 and 51. RGB value is (236,36,81). Sum of RGB (Red+Green+Blue) = 236+36+81=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2451 is #13DBAE. Grayscale: #646464. Windows color (decimal): -1301423 or 5317868. OLE color: 5317868.

HSL color Cylindrical-coordinate representation of color #EC2451: hue angle of 346.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2451 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 81 -
CMYK 0 0.85 0.66 0.07
HSL 346.5º 0.84% 0.53% -
HSV(B) 346.5º 0.85% 0.93% -
XYZ 36.71 19.69 9.65 -
YUV 100.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 236 36 81 0 0.85 0.66 0.07 346.5 0.84 0.53
Hex EC 24 51 0 55 42 7 15A 54 35
Octal 354 44 121 0 125 102 7 532 124 65
Binary 11101100 100100 1010001 0 1010101 1000010 111 101011010 1010100 110101

Color Harmonies of #EC2451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2451

Black with #EC2451

Text Example


Text Example

White with #EC2451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2451; }

 p { color: rgb(236,36,81); }

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

background-color css

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

 a { background-color: rgb(236,36,81); }

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

border-color css

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

 span { border-color: rgb(236,36,81); }

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