Html Css Color HEX #E72C4F Amaranth

📋 copy color: '#E72C4F'

red 231 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #E72C4F

Tints of Amaranth #E72C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 65.25%
G = 12.43%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E72C4F (or 0xE72C4F) is known color: Amaranth. HEX triplet: E7, 2C and 4F. RGB value is (231,44,79). Sum of RGB (Red+Green+Blue) = 231+44+79=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72C4F is #18D3B0. Grayscale: #676767. Windows color (decimal): -1627057 or 5188839. OLE color: 5188839.

HSL color Cylindrical-coordinate representation of color #E72C4F: hue angle of 348.77º 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 #E72C4F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 44 79 -
CMYK 0 0.81 0.66 0.09
HSL 348.77º 0.8% 0.54% -
HSV(B) 348.77º 0.81% 0.91% -
XYZ 35.27 19.35 9.27 -
YUV 103.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 231 44 79 0 0.81 0.66 0.09 348.77 0.8 0.54
Hex E7 2C 4F 0 51 42 9 15D 50 36
Octal 347 54 117 0 121 102 11 535 120 66
Binary 11100111 101100 1001111 0 1010001 1000010 1001 101011101 1010000 110110

Color Harmonies of #E72C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C4F

Black with #E72C4F

Text Example


Text Example

White with #E72C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C4F; }

 p { color: rgb(231,44,79); }

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

background-color css

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

 a { background-color: rgb(231,44,79); }

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

border-color css

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

 span { border-color: rgb(231,44,79); }

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