Html Css Color HEX #E72552 Amaranth

📋 copy color: '#E72552'

red 231 ◦ green 37 ◦ blue 82

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

Shades of Amaranth #E72552

Tints of Amaranth #E72552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 66%
G = 10.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E72552 (or 0xE72552) is known color: Amaranth. HEX triplet: E7, 25 and 52. RGB value is (231,37,82). Sum of RGB (Red+Green+Blue) = 231+37+82=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E72552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72552 is #18DAAD. Grayscale: #646464. Windows color (decimal): -1628846 or 5383655. OLE color: 5383655.

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

Color convert

RGB 231 37 82 -
CMYK 0 0.84 0.65 0.09
HSL 346.08º 0.8% 0.53% -
HSV(B) 346.08º 0.84% 0.91% -
XYZ 35.14 18.92 9.78 -
YUV 100.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 231 37 82 0 0.84 0.65 0.09 346.08 0.8 0.53
Hex E7 25 52 0 54 41 9 15A 50 35
Octal 347 45 122 0 124 101 11 532 120 65
Binary 11100111 100101 1010010 0 1010100 1000001 1001 101011010 1010000 110101

Color Harmonies of #E72552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72552

Black with #E72552

Text Example


Text Example

White with #E72552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72552; }

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

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

background-color css

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

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

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

border-color css

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

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

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