Html Css Color HEX #E41F4D Amaranth

📋 copy color: '#E41F4D'

red 228 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #E41F4D

Tints of Amaranth #E41F4D

RGB

 RED value IS 228 (89.45% from 255) = 67.86%

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 67.86%
G = 9.23%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E41F4D (or 0xE41F4D) is known color: Amaranth. HEX triplet: E4, 1F and 4D. RGB value is (228,31,77). Sum of RGB (Red+Green+Blue) = 228+31+77=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41F4D is #1BE0B2. Grayscale: #5F5F5F. Windows color (decimal): -1826995 or 5054436. OLE color: 5054436.

HSL color Cylindrical-coordinate representation of color #E41F4D: hue angle of 345.99º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F4D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 31 77 -
CMYK 0 0.86 0.66 0.11
HSL 345.99º 0.78% 0.51% -
HSV(B) 345.99º 0.86% 0.89% -
XYZ 33.82 18.01 8.71 -
YUV 95.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 228 31 77 0 0.86 0.66 0.11 345.99 0.78 0.51
Hex E4 1F 4D 0 56 42 B 15A 4E 33
Octal 344 37 115 0 126 102 13 532 116 63
Binary 11100100 11111 1001101 0 1010110 1000010 1011 101011010 1001110 110011

Color Harmonies of #E41F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F4D

Black with #E41F4D

Text Example


Text Example

White with #E41F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F4D; }

 p { color: rgb(228,31,77); }

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

background-color css

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

 a { background-color: rgb(228,31,77); }

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

border-color css

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

 span { border-color: rgb(228,31,77); }

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