Html Css Color HEX #E72154 Amaranth

📋 copy color: '#E72154'

red 231 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #E72154

Tints of Amaranth #E72154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 66.38%
G = 9.48%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E72154 (or 0xE72154) is known color: Amaranth. HEX triplet: E7, 21 and 54. RGB value is (231,33,84). Sum of RGB (Red+Green+Blue) = 231+33+84=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E72154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72154 is #18DEAB. Grayscale: #626262. Windows color (decimal): -1629868 or 5513703. OLE color: 5513703.

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

Color convert

RGB 231 33 84 -
CMYK 0 0.86 0.64 0.09
HSL 344.55º 0.8% 0.52% -
HSV(B) 344.55º 0.86% 0.91% -
XYZ 35.1 18.72 10.15 -
YUV 98.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 231 33 84 0 0.86 0.64 0.09 344.55 0.8 0.52
Hex E7 21 54 0 56 40 9 159 50 34
Octal 347 41 124 0 126 100 11 531 120 64
Binary 11100111 100001 1010100 0 1010110 1000000 1001 101011001 1010000 110100

Color Harmonies of #E72154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72154

Black with #E72154

Text Example


Text Example

White with #E72154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72154; }

 p { color: rgb(231,33,84); }

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

background-color css

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

 a { background-color: rgb(231,33,84); }

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

border-color css

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

 span { border-color: rgb(231,33,84); }

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