Html Css Color HEX #E22948 Amaranth

📋 copy color: '#E22948'

red 226 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #E22948

Tints of Amaranth #E22948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 66.67%
G = 12.09%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E22948 (or 0xE22948) is known color: Amaranth. HEX triplet: E2, 29 and 48. RGB value is (226,41,72). Sum of RGB (Red+Green+Blue) = 226+41+72=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E22948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22948 is #1DD6B7. Grayscale: #636363. Windows color (decimal): -1955512 or 4729314. OLE color: 4729314.

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

Color convert

RGB 226 41 72 -
CMYK 0 0.82 0.68 0.11
HSL 349.95º 0.76% 0.52% -
HSV(B) 349.95º 0.82% 0.89% -
XYZ 33.33 18.22 7.89 -
YUV 99.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 226 41 72 0 0.82 0.68 0.11 349.95 0.76 0.52
Hex E2 29 48 0 52 44 B 15E 4C 34
Octal 342 51 110 0 122 104 13 536 114 64
Binary 11100010 101001 1001000 0 1010010 1000100 1011 101011110 1001100 110100

Color Harmonies of #E22948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22948

Black with #E22948

Text Example


Text Example

White with #E22948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22948; }

 p { color: rgb(226,41,72); }

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

background-color css

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

 a { background-color: rgb(226,41,72); }

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

border-color css

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

 span { border-color: rgb(226,41,72); }

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