Html Css Color HEX #E72344 Amaranth

📋 copy color: '#E72344'

red 231 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #E72344

Tints of Amaranth #E72344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 69.16%
G = 10.48%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E72344 (or 0xE72344) is known color: Amaranth. HEX triplet: E7, 23 and 44. RGB value is (231,35,68). Sum of RGB (Red+Green+Blue) = 231+35+68=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E72344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72344 is #18DCBB. Grayscale: #616161. Windows color (decimal): -1629372 or 4465639. OLE color: 4465639.

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

Color convert

RGB 231 35 68 -
CMYK 0 0.85 0.71 0.09
HSL 349.9º 0.8% 0.52% -
HSV(B) 349.9º 0.85% 0.91% -
XYZ 34.6 18.61 7.24 -
YUV 97.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 231 35 68 0 0.85 0.71 0.09 349.9 0.8 0.52
Hex E7 23 44 0 55 47 9 15E 50 34
Octal 347 43 104 0 125 107 11 536 120 64
Binary 11100111 100011 1000100 0 1010101 1000111 1001 101011110 1010000 110100

Color Harmonies of #E72344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72344

Black with #E72344

Text Example


Text Example

White with #E72344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72344; }

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

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

background-color css

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

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

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

border-color css

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

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

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