Html Css Color HEX #EC2550 Amaranth

📋 copy color: '#EC2550'

red 236 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #EC2550

Tints of Amaranth #EC2550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

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

R = 66.86%
G = 10.48%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2550 (or 0xEC2550) is known color: Amaranth. HEX triplet: EC, 25 and 50. RGB value is (236,37,80). Sum of RGB (Red+Green+Blue) = 236+37+80=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2550 is #13DAAF. Grayscale: #656565. Windows color (decimal): -1301168 or 5252588. OLE color: 5252588.

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

Color convert

RGB 236 37 80 -
CMYK 0 0.84 0.66 0.07
HSL 347.04º 0.84% 0.54% -
HSV(B) 347.04º 0.84% 0.93% -
XYZ 36.7 19.74 9.46 -
YUV 101.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 236 37 80 0 0.84 0.66 0.07 347.04 0.84 0.54
Hex EC 25 50 0 54 42 7 15B 54 36
Octal 354 45 120 0 124 102 7 533 124 66
Binary 11101100 100101 1010000 0 1010100 1000010 111 101011011 1010100 110110

Color Harmonies of #EC2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2550

Black with #EC2550

Text Example


Text Example

White with #EC2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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