Html Css Color HEX #E0414F Amaranth

📋 copy color: '#E0414F'

red 224 ◦ green 65 ◦ blue 79

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

Shades of Amaranth #E0414F

Tints of Amaranth #E0414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 60.87%
G = 17.66%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0414F (or 0xE0414F) is known color: Amaranth. HEX triplet: E0, 41 and 4F. RGB value is (224,65,79). Sum of RGB (Red+Green+Blue) = 224+65+79=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0414F is #1FBEB0. Grayscale: #727272. Windows color (decimal): -2080433 or 5194208. OLE color: 5194208.

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

Color convert

RGB 224 65 79 -
CMYK 0 0.71 0.65 0.12
HSL 354.72º 0.72% 0.57% -
HSV(B) 354.72º 0.71% 0.88% -
XYZ 34.04 20.19 9.5 -
YUV 114.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 224 65 79 0 0.71 0.65 0.12 354.72 0.72 0.57
Hex E0 41 4F 0 47 41 C 163 48 39
Octal 340 101 117 0 107 101 14 543 110 71
Binary 11100000 1000001 1001111 0 1000111 1000001 1100 101100011 1001000 111001

Color Harmonies of #E0414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0414F

Black with #E0414F

Text Example


Text Example

White with #E0414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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