Html Css Color HEX #E32056 Amaranth

📋 copy color: '#E32056'

red 227 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #E32056

Tints of Amaranth #E32056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 65.8%
G = 9.28%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E32056 (or 0xE32056) is known color: Amaranth. HEX triplet: E3, 20 and 56. RGB value is (227,32,86). Sum of RGB (Red+Green+Blue) = 227+32+86=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E32056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32056 is #1CDFA9. Grayscale: #606060. Windows color (decimal): -1892266 or 5644515. OLE color: 5644515.

HSL color Cylindrical-coordinate representation of color #E32056: hue angle of 343.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32056 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 86 -
CMYK 0 0.86 0.62 0.11
HSL 343.38º 0.78% 0.51% -
HSV(B) 343.38º 0.86% 0.89% -
XYZ 33.87 18.04 10.5 -
YUV 96.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 227 32 86 0 0.86 0.62 0.11 343.38 0.78 0.51
Hex E3 20 56 0 56 3E B 157 4E 33
Octal 343 40 126 0 126 76 13 527 116 63
Binary 11100011 100000 1010110 0 1010110 111110 1011 101010111 1001110 110011

Color Harmonies of #E32056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32056

Black with #E32056

Text Example


Text Example

White with #E32056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32056; }

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

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

background-color css

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

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

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

border-color css

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

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

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