Html Css Color HEX #E71E4E Amaranth

📋 copy color: '#E71E4E'

red 231 ◦ green 30 ◦ blue 78

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

Shades of Amaranth #E71E4E

Tints of Amaranth #E71E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 68.14%
G = 8.85%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E71E4E (or 0xE71E4E) is known color: Amaranth. HEX triplet: E7, 1E and 4E. RGB value is (231,30,78). Sum of RGB (Red+Green+Blue) = 231+30+78=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71E4E is #18E1B1. Grayscale: #5F5F5F. Windows color (decimal): -1630642 or 5119719. OLE color: 5119719.

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

Color convert

RGB 231 30 78 -
CMYK 0 0.87 0.66 0.09
HSL 345.67º 0.81% 0.51% -
HSV(B) 345.67º 0.87% 0.91% -
XYZ 34.79 18.47 8.94 -
YUV 95.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 231 30 78 0 0.87 0.66 0.09 345.67 0.81 0.51
Hex E7 1E 4E 0 57 42 9 15A 51 33
Octal 347 36 116 0 127 102 11 532 121 63
Binary 11100111 11110 1001110 0 1010111 1000010 1001 101011010 1010001 110011

Color Harmonies of #E71E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71E4E

Black with #E71E4E

Text Example


Text Example

White with #E71E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71E4E; }

 p { color: rgb(231,30,78); }

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

background-color css

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

 a { background-color: rgb(231,30,78); }

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

border-color css

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

 span { border-color: rgb(231,30,78); }

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