Html Css Color HEX #E72E5B Amaranth

📋 copy color: '#E72E5B'

red 231 ◦ green 46 ◦ blue 91

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

Shades of Amaranth #E72E5B

Tints of Amaranth #E72E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 62.77%
G = 12.5%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E72E5B (or 0xE72E5B) is known color: Amaranth. HEX triplet: E7, 2E and 5B. RGB value is (231,46,91). Sum of RGB (Red+Green+Blue) = 231+46+91=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72E5B is #18D1A4. Grayscale: #6A6A6A. Windows color (decimal): -1626533 or 5975783. OLE color: 5975783.

HSL color Cylindrical-coordinate representation of color #E72E5B: hue angle of 345.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72E5B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 46 91 -
CMYK 0 0.80 0.61 0.09
HSL 345.41º 0.79% 0.54% -
HSV(B) 345.41º 0.8% 0.91% -
XYZ 35.82 19.7 11.81 -
YUV 106.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 231 46 91 0 0.80 0.61 0.09 345.41 0.79 0.54
Hex E7 2E 5B 0 50 3D 9 159 4F 36
Octal 347 56 133 0 120 75 11 531 117 66
Binary 11100111 101110 1011011 0 1010000 111101 1001 101011001 1001111 110110

Color Harmonies of #E72E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72E5B

Black with #E72E5B

Text Example


Text Example

White with #E72E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72E5B; }

 p { color: rgb(231,46,91); }

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

background-color css

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

 a { background-color: rgb(231,46,91); }

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

border-color css

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

 span { border-color: rgb(231,46,91); }

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