Html Css Color HEX #E32356 Amaranth

📋 copy color: '#E32356'

red 227 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #E32356

Tints of Amaranth #E32356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 65.23%
G = 10.06%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E32356 (or 0xE32356) is known color: Amaranth. HEX triplet: E3, 23 and 56. RGB value is (227,35,86). Sum of RGB (Red+Green+Blue) = 227+35+86=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32356 is #1CDCA9. Grayscale: #626262. Windows color (decimal): -1891498 or 5645283. OLE color: 5645283.

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

Color convert

RGB 227 35 86 -
CMYK 0 0.85 0.62 0.11
HSL 344.06º 0.77% 0.51% -
HSV(B) 344.06º 0.85% 0.89% -
XYZ 33.96 18.2 10.53 -
YUV 98.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 227 35 86 0 0.85 0.62 0.11 344.06 0.77 0.51
Hex E3 23 56 0 55 3E B 158 4D 33
Octal 343 43 126 0 125 76 13 530 115 63
Binary 11100011 100011 1010110 0 1010101 111110 1011 101011000 1001101 110011

Color Harmonies of #E32356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32356

Black with #E32356

Text Example


Text Example

White with #E32356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32356; }

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

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

background-color css

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

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

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

border-color css

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

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

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