Html Css Color HEX #EC2850 Amaranth

📋 copy color: '#EC2850'

red 236 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #EC2850

Tints of Amaranth #EC2850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 66.29%
G = 11.24%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2850 (or 0xEC2850) is known color: Amaranth. HEX triplet: EC, 28 and 50. RGB value is (236,40,80). Sum of RGB (Red+Green+Blue) = 236+40+80=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2850 is #13D7AF. Grayscale: #676767. Windows color (decimal): -1300400 or 5253356. OLE color: 5253356.

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

Color convert

RGB 236 40 80 -
CMYK 0 0.83 0.66 0.07
HSL 347.76º 0.84% 0.54% -
HSV(B) 347.76º 0.83% 0.93% -
XYZ 36.8 19.93 9.5 -
YUV 103.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 236 40 80 0 0.83 0.66 0.07 347.76 0.84 0.54
Hex EC 28 50 0 53 42 7 15C 54 36
Octal 354 50 120 0 123 102 7 534 124 66
Binary 11101100 101000 1010000 0 1010011 1000010 111 101011100 1010100 110110

Color Harmonies of #EC2850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2850

Black with #EC2850

Text Example


Text Example

White with #EC2850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2850; }

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

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

background-color css

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

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

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

border-color css

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

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

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