Html Css Color HEX #E71D4F Amaranth

📋 copy color: '#E71D4F'

red 231 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #E71D4F

Tints of Amaranth #E71D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 68.14%
G = 8.55%
B = 23.3%

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

#E71D4F (or 0xE71D4F) is known color: Amaranth. HEX triplet: E7, 1D and 4F. RGB value is (231,29,79). Sum of RGB (Red+Green+Blue) = 231+29+79=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D4F is #18E2B0. Grayscale: #5F5F5F. Windows color (decimal): -1630897 or 5184999. OLE color: 5184999.

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

Color convert

RGB 231 29 79 -
CMYK 0 0.87 0.66 0.09
HSL 345.15º 0.81% 0.51% -
HSV(B) 345.15º 0.87% 0.91% -
XYZ 34.81 18.43 9.12 -
YUV 95.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 231 29 79 0 0.87 0.66 0.09 345.15 0.81 0.51
Hex E7 1D 4F 0 57 42 9 159 51 33
Octal 347 35 117 0 127 102 11 531 121 63
Binary 11100111 11101 1001111 0 1010111 1000010 1001 101011001 1010001 110011

Color Harmonies of #E71D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71D4F

Black with #E71D4F

Text Example


Text Example

White with #E71D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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