Html Css Color HEX #E2245B Amaranth

📋 copy color: '#E2245B'

red 226 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #E2245B

Tints of Amaranth #E2245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 64.02%
G = 10.2%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2245B (or 0xE2245B) is known color: Amaranth. HEX triplet: E2, 24 and 5B. RGB value is (226,36,91). Sum of RGB (Red+Green+Blue) = 226+36+91=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2245B is #1DDBA4. Grayscale: #636363. Windows color (decimal): -1956773 or 5973218. OLE color: 5973218.

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

Color convert

RGB 226 36 91 -
CMYK 0 0.84 0.60 0.11
HSL 342.63º 0.77% 0.51% -
HSV(B) 342.63º 0.84% 0.89% -
XYZ 33.88 18.19 11.62 -
YUV 99.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 226 36 91 0 0.84 0.60 0.11 342.63 0.77 0.51
Hex E2 24 5B 0 54 3C B 157 4D 33
Octal 342 44 133 0 124 74 13 527 115 63
Binary 11100010 100100 1011011 0 1010100 111100 1011 101010111 1001101 110011

Color Harmonies of #E2245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2245B

Black with #E2245B

Text Example


Text Example

White with #E2245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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