Html Css Color HEX #E72450 Amaranth

📋 copy color: '#E72450'

red 231 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #E72450

Tints of Amaranth #E72450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 66.57%
G = 10.37%
B = 23.05%

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

#E72450 (or 0xE72450) is known color: Amaranth. HEX triplet: E7, 24 and 50. RGB value is (231,36,80). Sum of RGB (Red+Green+Blue) = 231+36+80=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E72450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72450 is #18DBAF. Grayscale: #636363. Windows color (decimal): -1629104 or 5252327. OLE color: 5252327.

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

Color convert

RGB 231 36 80 -
CMYK 0 0.84 0.65 0.09
HSL 346.46º 0.8% 0.52% -
HSV(B) 346.46º 0.84% 0.91% -
XYZ 35.03 18.83 9.38 -
YUV 99.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 231 36 80 0 0.84 0.65 0.09 346.46 0.8 0.52
Hex E7 24 50 0 54 41 9 15A 50 34
Octal 347 44 120 0 124 101 11 532 120 64
Binary 11100111 100100 1010000 0 1010100 1000001 1001 101011010 1010000 110100

Color Harmonies of #E72450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72450

Black with #E72450

Text Example


Text Example

White with #E72450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72450; }

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

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

background-color css

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

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

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

border-color css

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

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

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