Html Css Color HEX #E21E53 Amaranth

📋 copy color: '#E21E53'

red 226 ◦ green 30 ◦ blue 83

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

Shades of Amaranth #E21E53

Tints of Amaranth #E21E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 66.67%
G = 8.85%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E21E53 (or 0xE21E53) is known color: Amaranth. HEX triplet: E2, 1E and 53. RGB value is (226,30,83). Sum of RGB (Red+Green+Blue) = 226+30+83=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E53 is #1DE1AC. Grayscale: #5E5E5E. Windows color (decimal): -1958317 or 5447394. OLE color: 5447394.

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

Color convert

RGB 226 30 83 -
CMYK 0 0.87 0.63 0.11
HSL 343.78º 0.77% 0.5% -
HSV(B) 343.78º 0.87% 0.89% -
XYZ 33.39 17.72 9.84 -
YUV 94.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 226 30 83 0 0.87 0.63 0.11 343.78 0.77 0.5
Hex E2 1E 53 0 57 3F B 158 4D 32
Octal 342 36 123 0 127 77 13 530 115 62
Binary 11100010 11110 1010011 0 1010111 111111 1011 101011000 1001101 110010

Color Harmonies of #E21E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E53

Black with #E21E53

Text Example


Text Example

White with #E21E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E53; }

 p { color: rgb(226,30,83); }

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

background-color css

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

 a { background-color: rgb(226,30,83); }

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

border-color css

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

 span { border-color: rgb(226,30,83); }

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