Html Css Color HEX #E3324C Amaranth

📋 copy color: '#E3324C'

red 227 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #E3324C

Tints of Amaranth #E3324C

RGB

 RED value IS 227 (89.06% from 255) = 64.31%

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

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

R = 64.31%
G = 14.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3324C (or 0xE3324C) is known color: Amaranth. HEX triplet: E3, 32 and 4C. RGB value is (227,50,76). Sum of RGB (Red+Green+Blue) = 227+50+76=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3324C is #1CCDB3. Grayscale: #696969. Windows color (decimal): -1887668 or 4993763. OLE color: 4993763.

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

Color convert

RGB 227 50 76 -
CMYK 0 0.78 0.67 0.11
HSL 351.19º 0.76% 0.54% -
HSV(B) 351.19º 0.78% 0.89% -
XYZ 34.12 19.13 8.73 -
YUV 105.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 227 50 76 0 0.78 0.67 0.11 351.19 0.76 0.54
Hex E3 32 4C 0 4E 43 B 15F 4C 36
Octal 343 62 114 0 116 103 13 537 114 66
Binary 11100011 110010 1001100 0 1001110 1000011 1011 101011111 1001100 110110

Color Harmonies of #E3324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3324C

Black with #E3324C

Text Example


Text Example

White with #E3324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3324C; }

 p { color: rgb(227,50,76); }

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

background-color css

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

 a { background-color: rgb(227,50,76); }

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

border-color css

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

 span { border-color: rgb(227,50,76); }

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