Html Css Color HEX #E72152 Amaranth

📋 copy color: '#E72152'

red 231 ◦ green 33 ◦ blue 82

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

Shades of Amaranth #E72152

Tints of Amaranth #E72152

RGB

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

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

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

R = 66.76%
G = 9.54%
B = 23.7%

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

#E72152 (or 0xE72152) is known color: Amaranth. HEX triplet: E7, 21 and 52. RGB value is (231,33,82). Sum of RGB (Red+Green+Blue) = 231+33+82=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E72152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72152 is #18DEAD. Grayscale: #616161. Windows color (decimal): -1629870 or 5382631. OLE color: 5382631.

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

Color convert

RGB 231 33 82 -
CMYK 0 0.86 0.65 0.09
HSL 345.15º 0.8% 0.52% -
HSV(B) 345.15º 0.86% 0.91% -
XYZ 35.02 18.69 9.74 -
YUV 97.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 231 33 82 0 0.86 0.65 0.09 345.15 0.8 0.52
Hex E7 21 52 0 56 41 9 159 50 34
Octal 347 41 122 0 126 101 11 531 120 64
Binary 11100111 100001 1010010 0 1010110 1000001 1001 101011001 1010000 110100

Color Harmonies of #E72152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72152

Black with #E72152

Text Example


Text Example

White with #E72152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72152; }

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

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

background-color css

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

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

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

border-color css

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

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

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