Html Css Color HEX #E32050 Amaranth

📋 copy color: '#E32050'

red 227 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #E32050

Tints of Amaranth #E32050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 66.96%
G = 9.44%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E32050 (or 0xE32050) is known color: Amaranth. HEX triplet: E3, 20 and 50. RGB value is (227,32,80). Sum of RGB (Red+Green+Blue) = 227+32+80=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E32050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32050 is #1CDFAF. Grayscale: #5F5F5F. Windows color (decimal): -1892272 or 5251299. OLE color: 5251299.

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

Color convert

RGB 227 32 80 -
CMYK 0 0.86 0.65 0.11
HSL 345.23º 0.78% 0.51% -
HSV(B) 345.23º 0.86% 0.89% -
XYZ 33.64 17.94 9.28 -
YUV 95.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 227 32 80 0 0.86 0.65 0.11 345.23 0.78 0.51
Hex E3 20 50 0 56 41 B 159 4E 33
Octal 343 40 120 0 126 101 13 531 116 63
Binary 11100011 100000 1010000 0 1010110 1000001 1011 101011001 1001110 110011

Color Harmonies of #E32050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32050

Black with #E32050

Text Example


Text Example

White with #E32050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32050; }

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

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

background-color css

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

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

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

border-color css

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

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

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