Html Css Color HEX #E31F4D Amaranth

📋 copy color: '#E31F4D'

red 227 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #E31F4D

Tints of Amaranth #E31F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 67.76%
G = 9.25%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E31F4D (or 0xE31F4D) is known color: Amaranth. HEX triplet: E3, 1F and 4D. RGB value is (227,31,77). Sum of RGB (Red+Green+Blue) = 227+31+77=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31F4D is #1CE0B2. Grayscale: #5E5E5E. Windows color (decimal): -1892531 or 5054435. OLE color: 5054435.

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

Color convert

RGB 227 31 77 -
CMYK 0 0.86 0.66 0.11
HSL 345.92º 0.78% 0.51% -
HSV(B) 345.92º 0.86% 0.89% -
XYZ 33.51 17.85 8.7 -
YUV 94.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 227 31 77 0 0.86 0.66 0.11 345.92 0.78 0.51
Hex E3 1F 4D 0 56 42 B 15A 4E 33
Octal 343 37 115 0 126 102 13 532 116 63
Binary 11100011 11111 1001101 0 1010110 1000010 1011 101011010 1001110 110011

Color Harmonies of #E31F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F4D

Black with #E31F4D

Text Example


Text Example

White with #E31F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F4D; }

 p { color: rgb(227,31,77); }

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

background-color css

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

 a { background-color: rgb(227,31,77); }

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

border-color css

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

 span { border-color: rgb(227,31,77); }

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