Html Css Color HEX #E72150 Amaranth

📋 copy color: '#E72150'

red 231 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #E72150

Tints of Amaranth #E72150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 67.15%
G = 9.59%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E72150 (or 0xE72150) is known color: Amaranth. HEX triplet: E7, 21 and 50. RGB value is (231,33,80). Sum of RGB (Red+Green+Blue) = 231+33+80=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E72150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72150 is #18DEAF. Grayscale: #616161. Windows color (decimal): -1629872 or 5251559. OLE color: 5251559.

HSL color Cylindrical-coordinate representation of color #E72150: hue angle of 345.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72150 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 80 -
CMYK 0 0.86 0.65 0.09
HSL 345.76º 0.8% 0.52% -
HSV(B) 345.76º 0.86% 0.91% -
XYZ 34.95 18.66 9.35 -
YUV 97.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 231 33 80 0 0.86 0.65 0.09 345.76 0.8 0.52
Hex E7 21 50 0 56 41 9 15A 50 34
Octal 347 41 120 0 126 101 11 532 120 64
Binary 11100111 100001 1010000 0 1010110 1000001 1001 101011010 1010000 110100

Color Harmonies of #E72150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72150

Black with #E72150

Text Example


Text Example

White with #E72150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72150; }

 p { color: rgb(231,33,80); }

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

background-color css

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

 a { background-color: rgb(231,33,80); }

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

border-color css

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

 span { border-color: rgb(231,33,80); }

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