Html Css Color HEX #E2244B Amaranth

📋 copy color: '#E2244B'

red 226 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #E2244B

Tints of Amaranth #E2244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 67.06%
G = 10.68%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2244B (or 0xE2244B) is known color: Amaranth. HEX triplet: E2, 24 and 4B. RGB value is (226,36,75). Sum of RGB (Red+Green+Blue) = 226+36+75=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2244B is #1DDBB4. Grayscale: #616161. Windows color (decimal): -1956789 or 4924642. OLE color: 4924642.

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

Color convert

RGB 226 36 75 -
CMYK 0 0.84 0.67 0.11
HSL 347.68º 0.77% 0.51% -
HSV(B) 347.68º 0.84% 0.89% -
XYZ 33.26 17.94 8.37 -
YUV 97.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 226 36 75 0 0.84 0.67 0.11 347.68 0.77 0.51
Hex E2 24 4B 0 54 43 B 15C 4D 33
Octal 342 44 113 0 124 103 13 534 115 63
Binary 11100010 100100 1001011 0 1010100 1000011 1011 101011100 1001101 110011

Color Harmonies of #E2244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2244B

Black with #E2244B

Text Example


Text Example

White with #E2244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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