Html Css Color HEX #EC4450 Amaranth

📋 copy color: '#EC4450'

red 236 ◦ green 68 ◦ blue 80

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

Shades of Amaranth #EC4450

Tints of Amaranth #EC4450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 61.46%
G = 17.71%
B = 20.83%

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

#EC4450 (or 0xEC4450) is known color: Amaranth. HEX triplet: EC, 44 and 50. RGB value is (236,68,80). Sum of RGB (Red+Green+Blue) = 236+68+80=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4450 is #13BBAF. Grayscale: #777777. Windows color (decimal): -1293232 or 5260524. OLE color: 5260524.

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

Color convert

RGB 236 68 80 -
CMYK 0 0.71 0.66 0.07
HSL 355.71º 0.82% 0.6% -
HSV(B) 355.71º 0.71% 0.93% -
XYZ 38.11 22.55 9.93 -
YUV 119.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 236 68 80 0 0.71 0.66 0.07 355.71 0.82 0.6
Hex EC 44 50 0 47 42 7 164 52 3C
Octal 354 104 120 0 107 102 7 544 122 74
Binary 11101100 1000100 1010000 0 1000111 1000010 111 101100100 1010010 111100

Color Harmonies of #EC4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4450

Black with #EC4450

Text Example


Text Example

White with #EC4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4450; }

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

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

background-color css

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

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

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

border-color css

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

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

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