Html Css Color HEX #E32D4E Amaranth

📋 copy color: '#E32D4E'

red 227 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #E32D4E

Tints of Amaranth #E32D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 64.86%
G = 12.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E32D4E (or 0xE32D4E) is known color: Amaranth. HEX triplet: E3, 2D and 4E. RGB value is (227,45,78). Sum of RGB (Red+Green+Blue) = 227+45+78=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32D4E is #1CD2B1. Grayscale: #676767. Windows color (decimal): -1888946 or 5123555. OLE color: 5123555.

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

Color convert

RGB 227 45 78 -
CMYK 0 0.80 0.66 0.11
HSL 349.12º 0.76% 0.53% -
HSV(B) 349.12º 0.8% 0.89% -
XYZ 33.99 18.76 9.04 -
YUV 103.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 227 45 78 0 0.80 0.66 0.11 349.12 0.76 0.53
Hex E3 2D 4E 0 50 42 B 15D 4C 35
Octal 343 55 116 0 120 102 13 535 114 65
Binary 11100011 101101 1001110 0 1010000 1000010 1011 101011101 1001100 110101

Color Harmonies of #E32D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D4E

Black with #E32D4E

Text Example


Text Example

White with #E32D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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