Html Css Color HEX #EC4150 Amaranth

📋 copy color: '#EC4150'

red 236 ◦ green 65 ◦ blue 80

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

Shades of Amaranth #EC4150

Tints of Amaranth #EC4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 61.94%
G = 17.06%
B = 21%

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

#EC4150 (or 0xEC4150) is known color: Amaranth. HEX triplet: EC, 41 and 50. RGB value is (236,65,80). Sum of RGB (Red+Green+Blue) = 236+65+80=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4150 is #13BEAF. Grayscale: #757575. Windows color (decimal): -1294000 or 5259756. OLE color: 5259756.

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

Color convert

RGB 236 65 80 -
CMYK 0 0.72 0.66 0.07
HSL 354.74º 0.82% 0.59% -
HSV(B) 354.74º 0.72% 0.93% -
XYZ 37.93 22.19 9.87 -
YUV 117.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 236 65 80 0 0.72 0.66 0.07 354.74 0.82 0.59
Hex EC 41 50 0 48 42 7 163 52 3B
Octal 354 101 120 0 110 102 7 543 122 73
Binary 11101100 1000001 1010000 0 1001000 1000010 111 101100011 1010010 111011

Color Harmonies of #EC4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4150

Black with #EC4150

Text Example


Text Example

White with #EC4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4150; }

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

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

background-color css

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

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

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

border-color css

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

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

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