Html Css Color HEX #E72045 Amaranth

📋 copy color: '#E72045'

red 231 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #E72045

Tints of Amaranth #E72045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 69.58%
G = 9.64%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E72045 (or 0xE72045) is known color: Amaranth. HEX triplet: E7, 20 and 45. RGB value is (231,32,69). Sum of RGB (Red+Green+Blue) = 231+32+69=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E72045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72045 is #18DFBA. Grayscale: #5F5F5F. Windows color (decimal): -1630139 or 4530407. OLE color: 4530407.

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

Color convert

RGB 231 32 69 -
CMYK 0 0.86 0.70 0.09
HSL 348.84º 0.81% 0.52% -
HSV(B) 348.84º 0.86% 0.91% -
XYZ 34.55 18.45 7.37 -
YUV 95.72 112.93 224.49 -
System Red Green Blue C M Y K H S L
Decimal 231 32 69 0 0.86 0.70 0.09 348.84 0.81 0.52
Hex E7 20 45 0 56 46 9 15D 51 34
Octal 347 40 105 0 126 106 11 535 121 64
Binary 11100111 100000 1000101 0 1010110 1000110 1001 101011101 1010001 110100

Color Harmonies of #E72045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72045

Black with #E72045

Text Example


Text Example

White with #E72045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72045; }

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

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

background-color css

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

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

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

border-color css

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

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

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