Html Css Color HEX #E01F4F Amaranth

📋 copy color: '#E01F4F'

red 224 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #E01F4F

Tints of Amaranth #E01F4F

RGB

 RED value IS 224 (87.89% from 255) = 67.07%

 GREEN value IS 31 (12.5% from 255) = 9.28%

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

R = 67.07%
G = 9.28%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E01F4F (or 0xE01F4F) is known color: Amaranth. HEX triplet: E0, 1F and 4F. RGB value is (224,31,79). Sum of RGB (Red+Green+Blue) = 224+31+79=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F4F is #1FE0B0. Grayscale: #5E5E5E. Windows color (decimal): -2089137 or 5185504. OLE color: 5185504.

HSL color Cylindrical-coordinate representation of color #E01F4F: hue angle of 345.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F4F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 31 79 -
CMYK 0 0.86 0.65 0.12
HSL 345.08º 0.76% 0.5% -
HSV(B) 345.08º 0.86% 0.88% -
XYZ 32.64 17.39 9.03 -
YUV 94.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 224 31 79 0 0.86 0.65 0.12 345.08 0.76 0.5
Hex E0 1F 4F 0 56 41 C 159 4C 32
Octal 340 37 117 0 126 101 14 531 114 62
Binary 11100000 11111 1001111 0 1010110 1000001 1100 101011001 1001100 110010

Color Harmonies of #E01F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F4F

Black with #E01F4F

Text Example


Text Example

White with #E01F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F4F; }

 p { color: rgb(224,31,79); }

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

background-color css

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

 a { background-color: rgb(224,31,79); }

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

border-color css

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

 span { border-color: rgb(224,31,79); }

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