Html Css Color HEX #E2324D Amaranth

📋 copy color: '#E2324D'

red 226 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #E2324D

Tints of Amaranth #E2324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 64.02%
G = 14.16%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2324D (or 0xE2324D) is known color: Amaranth. HEX triplet: E2, 32 and 4D. RGB value is (226,50,77). Sum of RGB (Red+Green+Blue) = 226+50+77=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2324D is #1DCDB2. Grayscale: #696969. Windows color (decimal): -1953203 or 5059298. OLE color: 5059298.

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

Color convert

RGB 226 50 77 -
CMYK 0 0.78 0.66 0.11
HSL 350.8º 0.75% 0.54% -
HSV(B) 350.8º 0.78% 0.89% -
XYZ 33.84 18.99 8.9 -
YUV 105.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 226 50 77 0 0.78 0.66 0.11 350.8 0.75 0.54
Hex E2 32 4D 0 4E 42 B 15F 4B 36
Octal 342 62 115 0 116 102 13 537 113 66
Binary 11100010 110010 1001101 0 1001110 1000010 1011 101011111 1001011 110110

Color Harmonies of #E2324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2324D

Black with #E2324D

Text Example


Text Example

White with #E2324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2324D; }

 p { color: rgb(226,50,77); }

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

background-color css

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

 a { background-color: rgb(226,50,77); }

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

border-color css

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

 span { border-color: rgb(226,50,77); }

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