Html Css Color HEX #E51F4A Amaranth

📋 copy color: '#E51F4A'

red 229 ◦ green 31 ◦ blue 74

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

Shades of Amaranth #E51F4A

Tints of Amaranth #E51F4A

RGB

 RED value IS 229 (89.84% from 255) = 68.56%

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

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

R = 68.56%
G = 9.28%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E51F4A (or 0xE51F4A) is known color: Amaranth. HEX triplet: E5, 1F and 4A. RGB value is (229,31,74). Sum of RGB (Red+Green+Blue) = 229+31+74=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51F4A is #1AE0B5. Grayscale: #5F5F5F. Windows color (decimal): -1761462 or 4857829. OLE color: 4857829.

HSL color Cylindrical-coordinate representation of color #E51F4A: hue angle of 346.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F4A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 31 74 -
CMYK 0 0.86 0.68 0.10
HSL 346.97º 0.79% 0.51% -
HSV(B) 346.97º 0.86% 0.9% -
XYZ 34.04 18.13 8.18 -
YUV 95.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 229 31 74 0 0.86 0.68 0.10 346.97 0.79 0.51
Hex E5 1F 4A 0 56 44 A 15B 4F 33
Octal 345 37 112 0 126 104 12 533 117 63
Binary 11100101 11111 1001010 0 1010110 1000100 1010 101011011 1001111 110011

Color Harmonies of #E51F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51F4A

Black with #E51F4A

Text Example


Text Example

White with #E51F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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