Html Css Color HEX #E32956 Amaranth

📋 copy color: '#E32956'

red 227 ◦ green 41 ◦ blue 86

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

Shades of Amaranth #E32956

Tints of Amaranth #E32956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 64.12%
G = 11.58%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E32956 (or 0xE32956) is known color: Amaranth. HEX triplet: E3, 29 and 56. RGB value is (227,41,86). Sum of RGB (Red+Green+Blue) = 227+41+86=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E32956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32956 is #1CD6A9. Grayscale: #656565. Windows color (decimal): -1889962 or 5646819. OLE color: 5646819.

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

Color convert

RGB 227 41 86 -
CMYK 0 0.82 0.62 0.11
HSL 345.48º 0.77% 0.53% -
HSV(B) 345.48º 0.82% 0.89% -
XYZ 34.15 18.59 10.59 -
YUV 101.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 227 41 86 0 0.82 0.62 0.11 345.48 0.77 0.53
Hex E3 29 56 0 52 3E B 159 4D 35
Octal 343 51 126 0 122 76 13 531 115 65
Binary 11100011 101001 1010110 0 1010010 111110 1011 101011001 1001101 110101

Color Harmonies of #E32956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32956

Black with #E32956

Text Example


Text Example

White with #E32956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32956; }

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

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

background-color css

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

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

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

border-color css

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

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

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