Html Css Color HEX #E21F57 Amaranth

📋 copy color: '#E21F57'

red 226 ◦ green 31 ◦ blue 87

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

Shades of Amaranth #E21F57

Tints of Amaranth #E21F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 65.7%
G = 9.01%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E21F57 (or 0xE21F57) is known color: Amaranth. HEX triplet: E2, 1F and 57. RGB value is (226,31,87). Sum of RGB (Red+Green+Blue) = 226+31+87=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F57 is #1DE0A8. Grayscale: #5F5F5F. Windows color (decimal): -1958057 or 5709794. OLE color: 5709794.

HSL color Cylindrical-coordinate representation of color #E21F57: hue angle of 342.77º 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 #E21F57 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 87 -
CMYK 0 0.86 0.62 0.11
HSL 342.77º 0.77% 0.5% -
HSV(B) 342.77º 0.86% 0.89% -
XYZ 33.57 17.84 10.69 -
YUV 95.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 226 31 87 0 0.86 0.62 0.11 342.77 0.77 0.5
Hex E2 1F 57 0 56 3E B 157 4D 32
Octal 342 37 127 0 126 76 13 527 115 62
Binary 11100010 11111 1010111 0 1010110 111110 1011 101010111 1001101 110010

Color Harmonies of #E21F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F57

Black with #E21F57

Text Example


Text Example

White with #E21F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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