Html Css Color HEX #E22C54 Amaranth

📋 copy color: '#E22C54'

red 226 ◦ green 44 ◦ blue 84

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

Shades of Amaranth #E22C54

Tints of Amaranth #E22C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

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

R = 63.84%
G = 12.43%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E22C54 (or 0xE22C54) is known color: Amaranth. HEX triplet: E2, 2C and 54. RGB value is (226,44,84). Sum of RGB (Red+Green+Blue) = 226+44+84=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22C54 is #1DD3AB. Grayscale: #666666. Windows color (decimal): -1954732 or 5516514. OLE color: 5516514.

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

Color convert

RGB 226 44 84 -
CMYK 0 0.81 0.63 0.11
HSL 346.81º 0.76% 0.53% -
HSV(B) 346.81º 0.81% 0.89% -
XYZ 33.86 18.61 10.19 -
YUV 102.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 226 44 84 0 0.81 0.63 0.11 346.81 0.76 0.53
Hex E2 2C 54 0 51 3F B 15B 4C 35
Octal 342 54 124 0 121 77 13 533 114 65
Binary 11100010 101100 1010100 0 1010001 111111 1011 101011011 1001100 110101

Color Harmonies of #E22C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22C54

Black with #E22C54

Text Example


Text Example

White with #E22C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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