Html Css Color HEX #E72646 Amaranth

📋 copy color: '#E72646'

red 231 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #E72646

Tints of Amaranth #E72646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 68.14%
G = 11.21%
B = 20.65%

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

#E72646 (or 0xE72646) is known color: Amaranth. HEX triplet: E7, 26 and 46. RGB value is (231,38,70). Sum of RGB (Red+Green+Blue) = 231+38+70=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E72646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72646 is #18D9B9. Grayscale: #636363. Windows color (decimal): -1628602 or 4597479. OLE color: 4597479.

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

Color convert

RGB 231 38 70 -
CMYK 0 0.84 0.70 0.09
HSL 350.05º 0.8% 0.53% -
HSV(B) 350.05º 0.84% 0.91% -
XYZ 34.75 18.82 7.59 -
YUV 99.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 231 38 70 0 0.84 0.70 0.09 350.05 0.8 0.53
Hex E7 26 46 0 54 46 9 15E 50 35
Octal 347 46 106 0 124 106 11 536 120 65
Binary 11100111 100110 1000110 0 1010100 1000110 1001 101011110 1010000 110101

Color Harmonies of #E72646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72646

Black with #E72646

Text Example


Text Example

White with #E72646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72646; }

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

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

background-color css

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

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

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

border-color css

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

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

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