Html Css Color HEX #E2244F Amaranth

📋 copy color: '#E2244F'

red 226 ◦ green 36 ◦ blue 79

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

Shades of Amaranth #E2244F

Tints of Amaranth #E2244F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 66.28%
G = 10.56%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2244F (or 0xE2244F) is known color: Amaranth. HEX triplet: E2, 24 and 4F. RGB value is (226,36,79). Sum of RGB (Red+Green+Blue) = 226+36+79=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2244F is #1DDBB0. Grayscale: #616161. Windows color (decimal): -1956785 or 5186786. OLE color: 5186786.

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

Color convert

RGB 226 36 79 -
CMYK 0 0.84 0.65 0.11
HSL 346.42º 0.77% 0.51% -
HSV(B) 346.42º 0.84% 0.89% -
XYZ 33.41 18 9.11 -
YUV 97.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 226 36 79 0 0.84 0.65 0.11 346.42 0.77 0.51
Hex E2 24 4F 0 54 41 B 15A 4D 33
Octal 342 44 117 0 124 101 13 532 115 63
Binary 11100010 100100 1001111 0 1010100 1000001 1011 101011010 1001101 110011

Color Harmonies of #E2244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2244F

Black with #E2244F

Text Example


Text Example

White with #E2244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2244F; }

 p { color: rgb(226,36,79); }

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

background-color css

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

 a { background-color: rgb(226,36,79); }

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

border-color css

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

 span { border-color: rgb(226,36,79); }

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