Html Css Color HEX #E72146 Amaranth

📋 copy color: '#E72146'

red 231 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #E72146

Tints of Amaranth #E72146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 69.16%
G = 9.88%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E72146 (or 0xE72146) is known color: Amaranth. HEX triplet: E7, 21 and 46. RGB value is (231,33,70). Sum of RGB (Red+Green+Blue) = 231+33+70=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E72146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72146 is #18DEB9. Grayscale: #606060. Windows color (decimal): -1629882 or 4596199. OLE color: 4596199.

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

Color convert

RGB 231 33 70 -
CMYK 0 0.86 0.70 0.09
HSL 348.79º 0.8% 0.52% -
HSV(B) 348.79º 0.86% 0.91% -
XYZ 34.6 18.52 7.54 -
YUV 96.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 231 33 70 0 0.86 0.70 0.09 348.79 0.8 0.52
Hex E7 21 46 0 56 46 9 15D 50 34
Octal 347 41 106 0 126 106 11 535 120 64
Binary 11100111 100001 1000110 0 1010110 1000110 1001 101011101 1010000 110100

Color Harmonies of #E72146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72146

Black with #E72146

Text Example


Text Example

White with #E72146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72146; }

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

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

background-color css

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

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

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

border-color css

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

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

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