Html Css Color HEX #E32954 Amaranth

📋 copy color: '#E32954'

red 227 ◦ green 41 ◦ blue 84

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

Shades of Amaranth #E32954

Tints of Amaranth #E32954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 64.49%
G = 11.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E32954 (or 0xE32954) is known color: Amaranth. HEX triplet: E3, 29 and 54. RGB value is (227,41,84). Sum of RGB (Red+Green+Blue) = 227+41+84=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E32954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32954 is #1CD6AB. Grayscale: #656565. Windows color (decimal): -1889964 or 5515747. OLE color: 5515747.

HSL color Cylindrical-coordinate representation of color #E32954: hue angle of 346.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32954 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 84 -
CMYK 0 0.82 0.63 0.11
HSL 346.13º 0.77% 0.53% -
HSV(B) 346.13º 0.82% 0.89% -
XYZ 34.07 18.56 10.17 -
YUV 101.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 227 41 84 0 0.82 0.63 0.11 346.13 0.77 0.53
Hex E3 29 54 0 52 3F B 15A 4D 35
Octal 343 51 124 0 122 77 13 532 115 65
Binary 11100011 101001 1010100 0 1010010 111111 1011 101011010 1001101 110101

Color Harmonies of #E32954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32954

Black with #E32954

Text Example


Text Example

White with #E32954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32954; }

 p { color: rgb(227,41,84); }

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

background-color css

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

 a { background-color: rgb(227,41,84); }

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

border-color css

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

 span { border-color: rgb(227,41,84); }

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