Html Css Color HEX #E72B5B Amaranth

📋 copy color: '#E72B5B'

red 231 ◦ green 43 ◦ blue 91

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

Shades of Amaranth #E72B5B

Tints of Amaranth #E72B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 63.29%
G = 11.78%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E72B5B (or 0xE72B5B) is known color: Amaranth. HEX triplet: E7, 2B and 5B. RGB value is (231,43,91). Sum of RGB (Red+Green+Blue) = 231+43+91=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72B5B is #18D4A4. Grayscale: #686868. Windows color (decimal): -1627301 or 5975015. OLE color: 5975015.

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

Color convert

RGB 231 43 91 -
CMYK 0 0.81 0.61 0.09
HSL 344.68º 0.8% 0.54% -
HSV(B) 344.68º 0.81% 0.91% -
XYZ 35.71 19.47 11.77 -
YUV 104.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 231 43 91 0 0.81 0.61 0.09 344.68 0.8 0.54
Hex E7 2B 5B 0 51 3D 9 159 50 36
Octal 347 53 133 0 121 75 11 531 120 66
Binary 11100111 101011 1011011 0 1010001 111101 1001 101011001 1010000 110110

Color Harmonies of #E72B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72B5B

Black with #E72B5B

Text Example


Text Example

White with #E72B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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