Html Css Color HEX #EC4551 Amaranth

📋 copy color: '#EC4551'

red 236 ◦ green 69 ◦ blue 81

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

Shades of Amaranth #EC4551

Tints of Amaranth #EC4551

RGB

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

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

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

R = 61.14%
G = 17.88%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4551 (or 0xEC4551) is known color: Amaranth. HEX triplet: EC, 45 and 51. RGB value is (236,69,81). Sum of RGB (Red+Green+Blue) = 236+69+81=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4551 is #13BAAE. Grayscale: #787878. Windows color (decimal): -1292975 or 5326316. OLE color: 5326316.

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

Color convert

RGB 236 69 81 -
CMYK 0 0.71 0.66 0.07
HSL 355.69º 0.81% 0.6% -
HSV(B) 355.69º 0.71% 0.93% -
XYZ 38.21 22.68 10.15 -
YUV 120.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 236 69 81 0 0.71 0.66 0.07 355.69 0.81 0.6
Hex EC 45 51 0 47 42 7 164 51 3C
Octal 354 105 121 0 107 102 7 544 121 74
Binary 11101100 1000101 1010001 0 1000111 1000010 111 101100100 1010001 111100

Color Harmonies of #EC4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4551

Black with #EC4551

Text Example


Text Example

White with #EC4551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4551; }

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

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

background-color css

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

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

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

border-color css

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

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

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