Html Css Color HEX #E71D4D Amaranth

📋 copy color: '#E71D4D'

red 231 ◦ green 29 ◦ blue 77

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

Shades of Amaranth #E71D4D

Tints of Amaranth #E71D4D

RGB

 RED value IS 231 (90.63% from 255) = 68.55%

 GREEN value IS 29 (11.72% from 255) = 8.61%

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

R = 68.55%
G = 8.61%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E71D4D (or 0xE71D4D) is known color: Amaranth. HEX triplet: E7, 1D and 4D. RGB value is (231,29,77). Sum of RGB (Red+Green+Blue) = 231+29+77=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D4D is #18E2B2. Grayscale: #5E5E5E. Windows color (decimal): -1630899 or 5053927. OLE color: 5053927.

HSL color Cylindrical-coordinate representation of color #E71D4D: hue angle of 345.74º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71D4D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 29 77 -
CMYK 0 0.87 0.67 0.09
HSL 345.74º 0.81% 0.51% -
HSV(B) 345.74º 0.87% 0.91% -
XYZ 34.73 18.4 8.74 -
YUV 94.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 231 29 77 0 0.87 0.67 0.09 345.74 0.81 0.51
Hex E7 1D 4D 0 57 43 9 15A 51 33
Octal 347 35 115 0 127 103 11 532 121 63
Binary 11100111 11101 1001101 0 1010111 1000011 1001 101011010 1010001 110011

Color Harmonies of #E71D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71D4D

Black with #E71D4D

Text Example


Text Example

White with #E71D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71D4D; }

 p { color: rgb(231,29,77); }

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

background-color css

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

 a { background-color: rgb(231,29,77); }

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

border-color css

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

 span { border-color: rgb(231,29,77); }

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