Html Css Color HEX #E11C4D Amaranth

📋 copy color: '#E11C4D'

red 225 ◦ green 28 ◦ blue 77

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

Shades of Amaranth #E11C4D

Tints of Amaranth #E11C4D

RGB

 RED value IS 225 (88.28% from 255) = 68.18%

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 68.18%
G = 8.48%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E11C4D (or 0xE11C4D) is known color: Amaranth. HEX triplet: E1, 1C and 4D. RGB value is (225,28,77). Sum of RGB (Red+Green+Blue) = 225+28+77=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C4D is #1EE3B2. Grayscale: #5C5C5C. Windows color (decimal): -2024371 or 5053665. OLE color: 5053665.

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

Color convert

RGB 225 28 77 -
CMYK 0 0.88 0.66 0.12
HSL 345.08º 0.78% 0.5% -
HSV(B) 345.08º 0.88% 0.88% -
XYZ 32.81 17.37 8.65 -
YUV 92.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 225 28 77 0 0.88 0.66 0.12 345.08 0.78 0.5
Hex E1 1C 4D 0 58 42 C 159 4E 32
Octal 341 34 115 0 130 102 14 531 116 62
Binary 11100001 11100 1001101 0 1011000 1000010 1100 101011001 1001110 110010

Color Harmonies of #E11C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C4D

Black with #E11C4D

Text Example


Text Example

White with #E11C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C4D; }

 p { color: rgb(225,28,77); }

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

background-color css

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

 a { background-color: rgb(225,28,77); }

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

border-color css

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

 span { border-color: rgb(225,28,77); }

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