Html Css Color HEX #EC1850 Amaranth

📋 copy color: '#EC1850'

red 236 ◦ green 24 ◦ blue 80

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

Shades of Amaranth #EC1850

Tints of Amaranth #EC1850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 69.41%
G = 7.06%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC1850 (or 0xEC1850) is known color: Amaranth. HEX triplet: EC, 18 and 50. RGB value is (236,24,80). Sum of RGB (Red+Green+Blue) = 236+24+80=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1850 is #13E7AF. Grayscale: #5D5D5D. Windows color (decimal): -1304496 or 5249260. OLE color: 5249260.

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

Color convert

RGB 236 24 80 -
CMYK 0 0.90 0.66 0.07
HSL 344.15º 0.85% 0.51% -
HSV(B) 344.15º 0.9% 0.93% -
XYZ 36.37 19.07 9.35 -
YUV 93.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 236 24 80 0 0.90 0.66 0.07 344.15 0.85 0.51
Hex EC 18 50 0 5A 42 7 158 55 33
Octal 354 30 120 0 132 102 7 530 125 63
Binary 11101100 11000 1010000 0 1011010 1000010 111 101011000 1010101 110011

Color Harmonies of #EC1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1850

Black with #EC1850

Text Example


Text Example

White with #EC1850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1850; }

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

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

background-color css

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

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

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

border-color css

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

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

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