Html Css Color HEX #E72748 Amaranth

📋 copy color: '#E72748'

red 231 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #E72748

Tints of Amaranth #E72748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 67.54%
G = 11.4%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E72748 (or 0xE72748) is known color: Amaranth. HEX triplet: E7, 27 and 48. RGB value is (231,39,72). Sum of RGB (Red+Green+Blue) = 231+39+72=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E72748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72748 is #18D8B7. Grayscale: #646464. Windows color (decimal): -1628344 or 4728807. OLE color: 4728807.

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

Color convert

RGB 231 39 72 -
CMYK 0 0.83 0.69 0.09
HSL 349.69º 0.8% 0.53% -
HSV(B) 349.69º 0.83% 0.91% -
XYZ 34.85 18.91 7.94 -
YUV 100.17 112.11 221.32 -
System Red Green Blue C M Y K H S L
Decimal 231 39 72 0 0.83 0.69 0.09 349.69 0.8 0.53
Hex E7 27 48 0 53 45 9 15E 50 35
Octal 347 47 110 0 123 105 11 536 120 65
Binary 11100111 100111 1001000 0 1010011 1000101 1001 101011110 1010000 110101

Color Harmonies of #E72748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72748

Black with #E72748

Text Example


Text Example

White with #E72748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72748; }

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

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

background-color css

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

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

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

border-color css

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

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

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