Html Css Color HEX #E71F52 Amaranth

📋 copy color: '#E71F52'

red 231 ◦ green 31 ◦ blue 82

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

Shades of Amaranth #E71F52

Tints of Amaranth #E71F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 67.15%
G = 9.01%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E71F52 (or 0xE71F52) is known color: Amaranth. HEX triplet: E7, 1F and 52. RGB value is (231,31,82). Sum of RGB (Red+Green+Blue) = 231+31+82=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F52 is #18E0AD. Grayscale: #606060. Windows color (decimal): -1630382 or 5382119. OLE color: 5382119.

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

Color convert

RGB 231 31 82 -
CMYK 0 0.87 0.65 0.09
HSL 344.7º 0.81% 0.51% -
HSV(B) 344.7º 0.87% 0.91% -
XYZ 34.97 18.58 9.73 -
YUV 96.61 119.76 223.85 -
System Red Green Blue C M Y K H S L
Decimal 231 31 82 0 0.87 0.65 0.09 344.7 0.81 0.51
Hex E7 1F 52 0 57 41 9 159 51 33
Octal 347 37 122 0 127 101 11 531 121 63
Binary 11100111 11111 1010010 0 1010111 1000001 1001 101011001 1010001 110011

Color Harmonies of #E71F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F52

Black with #E71F52

Text Example


Text Example

White with #E71F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F52; }

 p { color: rgb(231,31,82); }

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

background-color css

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

 a { background-color: rgb(231,31,82); }

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

border-color css

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

 span { border-color: rgb(231,31,82); }

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