Html Css Color HEX #E2424C Amaranth

📋 copy color: '#E2424C'

red 226 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #E2424C

Tints of Amaranth #E2424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 61.41%
G = 17.93%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2424C (or 0xE2424C) is known color: Amaranth. HEX triplet: E2, 42 and 4C. RGB value is (226,66,76). Sum of RGB (Red+Green+Blue) = 226+66+76=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2424C is #1DBDB3. Grayscale: #737373. Windows color (decimal): -1949108 or 4997858. OLE color: 4997858.

HSL color Cylindrical-coordinate representation of color #E2424C: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2424C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 76 -
CMYK 0 0.71 0.66 0.11
HSL 356.25º 0.73% 0.57% -
HSV(B) 356.25º 0.71% 0.89% -
XYZ 34.62 20.59 8.99 -
YUV 114.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 226 66 76 0 0.71 0.66 0.11 356.25 0.73 0.57
Hex E2 42 4C 0 47 42 B 164 49 39
Octal 342 102 114 0 107 102 13 544 111 71
Binary 11100010 1000010 1001100 0 1000111 1000010 1011 101100100 1001001 111001

Color Harmonies of #E2424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2424C

Black with #E2424C

Text Example


Text Example

White with #E2424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2424C; }

 p { color: rgb(226,66,76); }

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

background-color css

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

 a { background-color: rgb(226,66,76); }

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

border-color css

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

 span { border-color: rgb(226,66,76); }

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