Html Css Color HEX #E2324F Amaranth

📋 copy color: '#E2324F'

red 226 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #E2324F

Tints of Amaranth #E2324F

RGB

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

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

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

R = 63.66%
G = 14.08%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2324F (or 0xE2324F) is known color: Amaranth. HEX triplet: E2, 32 and 4F. RGB value is (226,50,79). Sum of RGB (Red+Green+Blue) = 226+50+79=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2324F is #1DCDB0. Grayscale: #696969. Windows color (decimal): -1953201 or 5190370. OLE color: 5190370.

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

Color convert

RGB 226 50 79 -
CMYK 0 0.78 0.65 0.11
HSL 350.11º 0.75% 0.54% -
HSV(B) 350.11º 0.78% 0.89% -
XYZ 33.92 19.01 9.28 -
YUV 105.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 226 50 79 0 0.78 0.65 0.11 350.11 0.75 0.54
Hex E2 32 4F 0 4E 41 B 15E 4B 36
Octal 342 62 117 0 116 101 13 536 113 66
Binary 11100010 110010 1001111 0 1001110 1000001 1011 101011110 1001011 110110

Color Harmonies of #E2324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2324F

Black with #E2324F

Text Example


Text Example

White with #E2324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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