Html Css Color HEX #E72048 Amaranth

📋 copy color: '#E72048'

red 231 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #E72048

Tints of Amaranth #E72048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 68.96%
G = 9.55%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E72048 (or 0xE72048) is known color: Amaranth. HEX triplet: E7, 20 and 48. RGB value is (231,32,72). Sum of RGB (Red+Green+Blue) = 231+32+72=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E72048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72048 is #18DFB7. Grayscale: #606060. Windows color (decimal): -1630136 or 4727015. OLE color: 4727015.

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

Color convert

RGB 231 32 72 -
CMYK 0 0.86 0.69 0.09
HSL 347.94º 0.81% 0.52% -
HSV(B) 347.94º 0.86% 0.91% -
XYZ 34.64 18.49 7.87 -
YUV 96.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 231 32 72 0 0.86 0.69 0.09 347.94 0.81 0.52
Hex E7 20 48 0 56 45 9 15C 51 34
Octal 347 40 110 0 126 105 11 534 121 64
Binary 11100111 100000 1001000 0 1010110 1000101 1001 101011100 1010001 110100

Color Harmonies of #E72048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72048

Black with #E72048

Text Example


Text Example

White with #E72048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72048; }

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

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

background-color css

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

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

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

border-color css

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

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

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