Html Css Color HEX #E72446 Amaranth

📋 copy color: '#E72446'

red 231 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #E72446

Tints of Amaranth #E72446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 68.55%
G = 10.68%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E72446 (or 0xE72446) is known color: Amaranth. HEX triplet: E7, 24 and 46. RGB value is (231,36,70). Sum of RGB (Red+Green+Blue) = 231+36+70=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E72446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72446 is #18DBB9. Grayscale: #626262. Windows color (decimal): -1629114 or 4596967. OLE color: 4596967.

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

Color convert

RGB 231 36 70 -
CMYK 0 0.84 0.70 0.09
HSL 349.54º 0.8% 0.52% -
HSV(B) 349.54º 0.84% 0.91% -
XYZ 34.69 18.69 7.57 -
YUV 98.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 231 36 70 0 0.84 0.70 0.09 349.54 0.8 0.52
Hex E7 24 46 0 54 46 9 15E 50 34
Octal 347 44 106 0 124 106 11 536 120 64
Binary 11100111 100100 1000110 0 1010100 1000110 1001 101011110 1010000 110100

Color Harmonies of #E72446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72446

Black with #E72446

Text Example


Text Example

White with #E72446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72446; }

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

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

background-color css

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

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

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

border-color css

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

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

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