Html Css Color HEX #E72052 Amaranth

📋 copy color: '#E72052'

red 231 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #E72052

Tints of Amaranth #E72052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 66.96%
G = 9.28%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E72052 (or 0xE72052) is known color: Amaranth. HEX triplet: E7, 20 and 52. RGB value is (231,32,82). Sum of RGB (Red+Green+Blue) = 231+32+82=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E72052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72052 is #18DFAD. Grayscale: #616161. Windows color (decimal): -1630126 or 5382375. OLE color: 5382375.

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

Color convert

RGB 231 32 82 -
CMYK 0 0.86 0.65 0.09
HSL 344.92º 0.81% 0.52% -
HSV(B) 344.92º 0.86% 0.91% -
XYZ 34.99 18.63 9.73 -
YUV 97.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 231 32 82 0 0.86 0.65 0.09 344.92 0.81 0.52
Hex E7 20 52 0 56 41 9 159 51 34
Octal 347 40 122 0 126 101 11 531 121 64
Binary 11100111 100000 1010010 0 1010110 1000001 1001 101011001 1010001 110100

Color Harmonies of #E72052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72052

Black with #E72052

Text Example


Text Example

White with #E72052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72052; }

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

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

background-color css

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

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

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

border-color css

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

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

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