Html Css Color HEX #E32158 Amaranth

📋 copy color: '#E32158'

red 227 ◦ green 33 ◦ blue 88

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

Shades of Amaranth #E32158

Tints of Amaranth #E32158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 65.23%
G = 9.48%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E32158 (or 0xE32158) is known color: Amaranth. HEX triplet: E3, 21 and 58. RGB value is (227,33,88). Sum of RGB (Red+Green+Blue) = 227+33+88=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32158 is #1CDEA7. Grayscale: #616161. Windows color (decimal): -1892008 or 5775843. OLE color: 5775843.

HSL color Cylindrical-coordinate representation of color #E32158: hue angle of 342.99º degrees, saturation: 0.78, 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 #E32158 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 88 -
CMYK 0 0.85 0.61 0.11
HSL 342.99º 0.78% 0.51% -
HSV(B) 342.99º 0.85% 0.89% -
XYZ 33.98 18.12 10.94 -
YUV 97.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 227 33 88 0 0.85 0.61 0.11 342.99 0.78 0.51
Hex E3 21 58 0 55 3D B 157 4E 33
Octal 343 41 130 0 125 75 13 527 116 63
Binary 11100011 100001 1011000 0 1010101 111101 1011 101010111 1001110 110011

Color Harmonies of #E32158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32158

Black with #E32158

Text Example


Text Example

White with #E32158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32158; }

 p { color: rgb(227,33,88); }

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

background-color css

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

 a { background-color: rgb(227,33,88); }

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

border-color css

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

 span { border-color: rgb(227,33,88); }

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