Html Css Color HEX #E72148 Amaranth

📋 copy color: '#E72148'

red 231 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #E72148

Tints of Amaranth #E72148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 68.75%
G = 9.82%
B = 21.43%

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

#E72148 (or 0xE72148) is known color: Amaranth. HEX triplet: E7, 21 and 48. RGB value is (231,33,72). Sum of RGB (Red+Green+Blue) = 231+33+72=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E72148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72148 is #18DEB7. Grayscale: #606060. Windows color (decimal): -1629880 or 4727271. OLE color: 4727271.

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

Color convert

RGB 231 33 72 -
CMYK 0 0.86 0.69 0.09
HSL 348.18º 0.8% 0.52% -
HSV(B) 348.18º 0.86% 0.91% -
XYZ 34.67 18.54 7.88 -
YUV 96.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 231 33 72 0 0.86 0.69 0.09 348.18 0.8 0.52
Hex E7 21 48 0 56 45 9 15C 50 34
Octal 347 41 110 0 126 105 11 534 120 64
Binary 11100111 100001 1001000 0 1010110 1000101 1001 101011100 1010000 110100

Color Harmonies of #E72148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72148

Black with #E72148

Text Example


Text Example

White with #E72148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72148; }

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

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

background-color css

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

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

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

border-color css

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

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

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