Html Css Color HEX #E71D52 Amaranth

📋 copy color: '#E71D52'

red 231 ◦ green 29 ◦ blue 82

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

Shades of Amaranth #E71D52

Tints of Amaranth #E71D52

RGB

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

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

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

R = 67.54%
G = 8.48%
B = 23.98%

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

#E71D52 (or 0xE71D52) is known color: Amaranth. HEX triplet: E7, 1D and 52. RGB value is (231,29,82). Sum of RGB (Red+Green+Blue) = 231+29+82=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71D52 is #18E2AD. Grayscale: #5F5F5F. Windows color (decimal): -1630894 or 5381607. OLE color: 5381607.

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

Color convert

RGB 231 29 82 -
CMYK 0 0.87 0.65 0.09
HSL 344.26º 0.81% 0.51% -
HSV(B) 344.26º 0.87% 0.91% -
XYZ 34.92 18.48 9.71 -
YUV 95.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 231 29 82 0 0.87 0.65 0.09 344.26 0.81 0.51
Hex E7 1D 52 0 57 41 9 158 51 33
Octal 347 35 122 0 127 101 11 530 121 63
Binary 11100111 11101 1010010 0 1010111 1000001 1001 101011000 1010001 110011

Color Harmonies of #E71D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71D52

Black with #E71D52

Text Example


Text Example

White with #E71D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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