Html Css Color HEX #E31F4A Amaranth

📋 copy color: '#E31F4A'

red 227 ◦ green 31 ◦ blue 74

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

Shades of Amaranth #E31F4A

Tints of Amaranth #E31F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 68.37%
G = 9.34%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E31F4A (or 0xE31F4A) is known color: Amaranth. HEX triplet: E3, 1F and 4A. RGB value is (227,31,74). Sum of RGB (Red+Green+Blue) = 227+31+74=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F4A is #1CE0B5. Grayscale: #5E5E5E. Windows color (decimal): -1892534 or 4857827. OLE color: 4857827.

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

Color convert

RGB 227 31 74 -
CMYK 0 0.86 0.67 0.11
HSL 346.84º 0.78% 0.51% -
HSV(B) 346.84º 0.86% 0.89% -
XYZ 33.4 17.81 8.15 -
YUV 94.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 227 31 74 0 0.86 0.67 0.11 346.84 0.78 0.51
Hex E3 1F 4A 0 56 43 B 15B 4E 33
Octal 343 37 112 0 126 103 13 533 116 63
Binary 11100011 11111 1001010 0 1010110 1000011 1011 101011011 1001110 110011

Color Harmonies of #E31F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F4A

Black with #E31F4A

Text Example


Text Example

White with #E31F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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