Html Css Color HEX #E72448 Amaranth

📋 copy color: '#E72448'

red 231 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #E72448

Tints of Amaranth #E72448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 68.14%
G = 10.62%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E72448 (or 0xE72448) is known color: Amaranth. HEX triplet: E7, 24 and 48. RGB value is (231,36,72). Sum of RGB (Red+Green+Blue) = 231+36+72=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E72448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72448 is #18DBB7. Grayscale: #626262. Windows color (decimal): -1629112 or 4728039. OLE color: 4728039.

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

Color convert

RGB 231 36 72 -
CMYK 0 0.84 0.69 0.09
HSL 348.92º 0.8% 0.52% -
HSV(B) 348.92º 0.84% 0.91% -
XYZ 34.76 18.72 7.91 -
YUV 98.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 231 36 72 0 0.84 0.69 0.09 348.92 0.8 0.52
Hex E7 24 48 0 54 45 9 15D 50 34
Octal 347 44 110 0 124 105 11 535 120 64
Binary 11100111 100100 1001000 0 1010100 1000101 1001 101011101 1010000 110100

Color Harmonies of #E72448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72448

Black with #E72448

Text Example


Text Example

White with #E72448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72448; }

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

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

background-color css

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

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

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

border-color css

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

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

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