Html Css Color HEX #E21F51 Amaranth

📋 copy color: '#E21F51'

red 226 ◦ green 31 ◦ blue 81

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

Shades of Amaranth #E21F51

Tints of Amaranth #E21F51

RGB

 RED value IS 226 (88.67% from 255) = 66.86%

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 66.86%
G = 9.17%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E21F51 (or 0xE21F51) is known color: Amaranth. HEX triplet: E2, 1F and 51. RGB value is (226,31,81). Sum of RGB (Red+Green+Blue) = 226+31+81=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F51 is #1DE0AE. Grayscale: #5F5F5F. Windows color (decimal): -1958063 or 5316578. OLE color: 5316578.

HSL color Cylindrical-coordinate representation of color #E21F51: hue angle of 344.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F51 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 81 -
CMYK 0 0.86 0.64 0.11
HSL 344.62º 0.77% 0.5% -
HSV(B) 344.62º 0.86% 0.89% -
XYZ 33.34 17.74 9.45 -
YUV 95.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 226 31 81 0 0.86 0.64 0.11 344.62 0.77 0.5
Hex E2 1F 51 0 56 40 B 159 4D 32
Octal 342 37 121 0 126 100 13 531 115 62
Binary 11100010 11111 1010001 0 1010110 1000000 1011 101011001 1001101 110010

Color Harmonies of #E21F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F51

Black with #E21F51

Text Example


Text Example

White with #E21F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F51; }

 p { color: rgb(226,31,81); }

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

background-color css

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

 a { background-color: rgb(226,31,81); }

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

border-color css

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

 span { border-color: rgb(226,31,81); }

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