Html Css Color HEX #E72144 Amaranth

📋 copy color: '#E72144'

red 231 ◦ green 33 ◦ blue 68

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

Shades of Amaranth #E72144

Tints of Amaranth #E72144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 69.58%
G = 9.94%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E72144 (or 0xE72144) is known color: Amaranth. HEX triplet: E7, 21 and 44. RGB value is (231,33,68). Sum of RGB (Red+Green+Blue) = 231+33+68=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E72144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72144 is #18DEBB. Grayscale: #606060. Windows color (decimal): -1629884 or 4465127. OLE color: 4465127.

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

Color convert

RGB 231 33 68 -
CMYK 0 0.86 0.71 0.09
HSL 349.39º 0.8% 0.52% -
HSV(B) 349.39º 0.86% 0.91% -
XYZ 34.54 18.49 7.22 -
YUV 96.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 231 33 68 0 0.86 0.71 0.09 349.39 0.8 0.52
Hex E7 21 44 0 56 47 9 15D 50 34
Octal 347 41 104 0 126 107 11 535 120 64
Binary 11100111 100001 1000100 0 1010110 1000111 1001 101011101 1010000 110100

Color Harmonies of #E72144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72144

Black with #E72144

Text Example


Text Example

White with #E72144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72144; }

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

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

background-color css

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

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

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

border-color css

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

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

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