Html Css Color HEX #E22D54 Amaranth

📋 copy color: '#E22D54'

red 226 ◦ green 45 ◦ blue 84

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

Shades of Amaranth #E22D54

Tints of Amaranth #E22D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 63.66%
G = 12.68%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E22D54 (or 0xE22D54) is known color: Amaranth. HEX triplet: E2, 2D and 54. RGB value is (226,45,84). Sum of RGB (Red+Green+Blue) = 226+45+84=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22D54 is #1DD2AB. Grayscale: #676767. Windows color (decimal): -1954476 or 5516770. OLE color: 5516770.

HSL color Cylindrical-coordinate representation of color #E22D54: hue angle of 347.07º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D54 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 45 84 -
CMYK 0 0.80 0.63 0.11
HSL 347.07º 0.76% 0.53% -
HSV(B) 347.07º 0.8% 0.89% -
XYZ 33.9 18.69 10.21 -
YUV 103.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 226 45 84 0 0.80 0.63 0.11 347.07 0.76 0.53
Hex E2 2D 54 0 50 3F B 15B 4C 35
Octal 342 55 124 0 120 77 13 533 114 65
Binary 11100010 101101 1010100 0 1010000 111111 1011 101011011 1001100 110101

Color Harmonies of #E22D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22D54

Black with #E22D54

Text Example


Text Example

White with #E22D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22D54; }

 p { color: rgb(226,45,84); }

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

background-color css

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

 a { background-color: rgb(226,45,84); }

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

border-color css

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

 span { border-color: rgb(226,45,84); }

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