Html Css Color HEX #E32D48 Amaranth

📋 copy color: '#E32D48'

red 227 ◦ green 45 ◦ blue 72

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

Shades of Amaranth #E32D48

Tints of Amaranth #E32D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 65.99%
G = 13.08%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E32D48 (or 0xE32D48) is known color: Amaranth. HEX triplet: E3, 2D and 48. RGB value is (227,45,72). Sum of RGB (Red+Green+Blue) = 227+45+72=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D48 is #1CD2B7. Grayscale: #666666. Windows color (decimal): -1888952 or 4730339. OLE color: 4730339.

HSL color Cylindrical-coordinate representation of color #E32D48: hue angle of 351.1º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32D48 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 72 -
CMYK 0 0.80 0.68 0.11
HSL 351.1º 0.76% 0.53% -
HSV(B) 351.1º 0.8% 0.89% -
XYZ 33.79 18.68 7.95 -
YUV 102.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 227 45 72 0 0.80 0.68 0.11 351.1 0.76 0.53
Hex E3 2D 48 0 50 44 B 15F 4C 35
Octal 343 55 110 0 120 104 13 537 114 65
Binary 11100011 101101 1001000 0 1010000 1000100 1011 101011111 1001100 110101

Color Harmonies of #E32D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D48

Black with #E32D48

Text Example


Text Example

White with #E32D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D48; }

 p { color: rgb(227,45,72); }

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

background-color css

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

 a { background-color: rgb(227,45,72); }

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

border-color css

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

 span { border-color: rgb(227,45,72); }

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