Html Css Color HEX #EC2951 Amaranth

📋 copy color: '#EC2951'

red 236 ◦ green 41 ◦ blue 81

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

Shades of Amaranth #EC2951

Tints of Amaranth #EC2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 65.92%
G = 11.45%
B = 22.63%

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

#EC2951 (or 0xEC2951) is known color: Amaranth. HEX triplet: EC, 29 and 51. RGB value is (236,41,81). Sum of RGB (Red+Green+Blue) = 236+41+81=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2951 is #13D6AE. Grayscale: #676767. Windows color (decimal): -1300143 or 5319148. OLE color: 5319148.

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

Color convert

RGB 236 41 81 -
CMYK 0 0.83 0.66 0.07
HSL 347.69º 0.84% 0.54% -
HSV(B) 347.69º 0.83% 0.93% -
XYZ 36.87 20.01 9.7 -
YUV 103.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 236 41 81 0 0.83 0.66 0.07 347.69 0.84 0.54
Hex EC 29 51 0 53 42 7 15C 54 36
Octal 354 51 121 0 123 102 7 534 124 66
Binary 11101100 101001 1010001 0 1010011 1000010 111 101011100 1010100 110110

Color Harmonies of #EC2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2951

Black with #EC2951

Text Example


Text Example

White with #EC2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2951; }

 p { color: rgb(236,41,81); }

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

background-color css

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

 a { background-color: rgb(236,41,81); }

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

border-color css

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

 span { border-color: rgb(236,41,81); }

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