Html Css Color HEX #E72249 Amaranth

📋 copy color: '#E72249'

red 231 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #E72249

Tints of Amaranth #E72249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 68.34%
G = 10.06%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E72249 (or 0xE72249) is known color: Amaranth. HEX triplet: E7, 22 and 49. RGB value is (231,34,73). Sum of RGB (Red+Green+Blue) = 231+34+73=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E72249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72249 is #18DDB6. Grayscale: #616161. Windows color (decimal): -1629623 or 4793063. OLE color: 4793063.

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

Color convert

RGB 231 34 73 -
CMYK 0 0.85 0.68 0.09
HSL 348.12º 0.8% 0.52% -
HSV(B) 348.12º 0.85% 0.91% -
XYZ 34.73 18.61 8.07 -
YUV 97.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 231 34 73 0 0.85 0.68 0.09 348.12 0.8 0.52
Hex E7 22 49 0 55 44 9 15C 50 34
Octal 347 42 111 0 125 104 11 534 120 64
Binary 11100111 100010 1001001 0 1010101 1000100 1001 101011100 1010000 110100

Color Harmonies of #E72249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72249

Black with #E72249

Text Example


Text Example

White with #E72249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72249; }

 p { color: rgb(231,34,73); }

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

background-color css

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

 a { background-color: rgb(231,34,73); }

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

border-color css

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

 span { border-color: rgb(231,34,73); }

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