Html Css Color HEX #EC4350 Amaranth

📋 copy color: '#EC4350'

red 236 ◦ green 67 ◦ blue 80

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

Shades of Amaranth #EC4350

Tints of Amaranth #EC4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 61.62%
G = 17.49%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4350 (or 0xEC4350) is known color: Amaranth. HEX triplet: EC, 43 and 50. RGB value is (236,67,80). Sum of RGB (Red+Green+Blue) = 236+67+80=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4350 is #13BCAF. Grayscale: #777777. Windows color (decimal): -1293488 or 5260268. OLE color: 5260268.

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

Color convert

RGB 236 67 80 -
CMYK 0 0.72 0.66 0.07
HSL 355.38º 0.82% 0.59% -
HSV(B) 355.38º 0.72% 0.93% -
XYZ 38.05 22.43 9.91 -
YUV 119.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 236 67 80 0 0.72 0.66 0.07 355.38 0.82 0.59
Hex EC 43 50 0 48 42 7 163 52 3B
Octal 354 103 120 0 110 102 7 543 122 73
Binary 11101100 1000011 1010000 0 1001000 1000010 111 101100011 1010010 111011

Color Harmonies of #EC4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4350

Black with #EC4350

Text Example


Text Example

White with #EC4350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4350; }

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

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

background-color css

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

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

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

border-color css

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

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

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