Html Css Color HEX #E31E54 Amaranth

📋 copy color: '#E31E54'

red 227 ◦ green 30 ◦ blue 84

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

Shades of Amaranth #E31E54

Tints of Amaranth #E31E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 66.57%
G = 8.8%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E31E54 (or 0xE31E54) is known color: Amaranth. HEX triplet: E3, 1E and 54. RGB value is (227,30,84). Sum of RGB (Red+Green+Blue) = 227+30+84=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E31E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31E54 is #1CE1AB. Grayscale: #5F5F5F. Windows color (decimal): -1892780 or 5512931. OLE color: 5512931.

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

Color convert

RGB 227 30 84 -
CMYK 0 0.87 0.63 0.11
HSL 343.55º 0.78% 0.5% -
HSV(B) 343.55º 0.87% 0.89% -
XYZ 33.74 17.9 10.06 -
YUV 95.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 227 30 84 0 0.87 0.63 0.11 343.55 0.78 0.5
Hex E3 1E 54 0 57 3F B 158 4E 32
Octal 343 36 124 0 127 77 13 530 116 62
Binary 11100011 11110 1010100 0 1010111 111111 1011 101011000 1001110 110010

Color Harmonies of #E31E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31E54

Black with #E31E54

Text Example


Text Example

White with #E31E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31E54; }

 p { color: rgb(227,30,84); }

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

background-color css

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

 a { background-color: rgb(227,30,84); }

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

border-color css

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

 span { border-color: rgb(227,30,84); }

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