Html Css Color HEX #E22A50 Amaranth

📋 copy color: '#E22A50'

red 226 ◦ green 42 ◦ blue 80

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

Shades of Amaranth #E22A50

Tints of Amaranth #E22A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 64.94%
G = 12.07%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E22A50 (or 0xE22A50) is known color: Amaranth. HEX triplet: E2, 2A and 50. RGB value is (226,42,80). Sum of RGB (Red+Green+Blue) = 226+42+80=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E22A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22A50 is #1DD5AF. Grayscale: #656565. Windows color (decimal): -1955248 or 5253858. OLE color: 5253858.

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

Color convert

RGB 226 42 80 -
CMYK 0 0.81 0.65 0.11
HSL 347.61º 0.76% 0.53% -
HSV(B) 347.61º 0.81% 0.89% -
XYZ 33.64 18.4 9.37 -
YUV 101.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 226 42 80 0 0.81 0.65 0.11 347.61 0.76 0.53
Hex E2 2A 50 0 51 41 B 15C 4C 35
Octal 342 52 120 0 121 101 13 534 114 65
Binary 11100010 101010 1010000 0 1010001 1000001 1011 101011100 1001100 110101

Color Harmonies of #E22A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22A50

Black with #E22A50

Text Example


Text Example

White with #E22A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22A50; }

 p { color: rgb(226,42,80); }

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

background-color css

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

 a { background-color: rgb(226,42,80); }

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

border-color css

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

 span { border-color: rgb(226,42,80); }

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