Html Css Color HEX #E72750 Amaranth

📋 copy color: '#E72750'

red 231 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #E72750

Tints of Amaranth #E72750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.14%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 66%
G = 11.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E72750 (or 0xE72750) is known color: Amaranth. HEX triplet: E7, 27 and 50. RGB value is (231,39,80). Sum of RGB (Red+Green+Blue) = 231+39+80=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E72750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72750 is #18D8AF. Grayscale: #656565. Windows color (decimal): -1628336 or 5253095. OLE color: 5253095.

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

Color convert

RGB 231 39 80 -
CMYK 0 0.83 0.65 0.09
HSL 347.19º 0.8% 0.53% -
HSV(B) 347.19º 0.83% 0.91% -
XYZ 35.13 19.02 9.41 -
YUV 101.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 231 39 80 0 0.83 0.65 0.09 347.19 0.8 0.53
Hex E7 27 50 0 53 41 9 15B 50 35
Octal 347 47 120 0 123 101 11 533 120 65
Binary 11100111 100111 1010000 0 1010011 1000001 1001 101011011 1010000 110101

Color Harmonies of #E72750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72750

Black with #E72750

Text Example


Text Example

White with #E72750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72750; }

 p { color: rgb(231,39,80); }

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

background-color css

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

 a { background-color: rgb(231,39,80); }

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

border-color css

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

 span { border-color: rgb(231,39,80); }

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