Html Css Color HEX #E71C4E Amaranth

📋 copy color: '#E71C4E'

red 231 ◦ green 28 ◦ blue 78

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

Shades of Amaranth #E71C4E

Tints of Amaranth #E71C4E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.31%

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

R = 68.55%
G = 8.31%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E71C4E (or 0xE71C4E) is known color: Amaranth. HEX triplet: E7, 1C and 4E. RGB value is (231,28,78). Sum of RGB (Red+Green+Blue) = 231+28+78=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C4E is #18E3B1. Grayscale: #5E5E5E. Windows color (decimal): -1631154 or 5119207. OLE color: 5119207.

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

Color convert

RGB 231 28 78 -
CMYK 0 0.88 0.66 0.09
HSL 345.22º 0.81% 0.51% -
HSV(B) 345.22º 0.88% 0.91% -
XYZ 34.75 18.37 8.92 -
YUV 94.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 231 28 78 0 0.88 0.66 0.09 345.22 0.81 0.51
Hex E7 1C 4E 0 58 42 9 159 51 33
Octal 347 34 116 0 130 102 11 531 121 63
Binary 11100111 11100 1001110 0 1011000 1000010 1001 101011001 1010001 110011

Color Harmonies of #E71C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C4E

Black with #E71C4E

Text Example


Text Example

White with #E71C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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