Html Css Color HEX #E11C4C Amaranth

📋 copy color: '#E11C4C'

red 225 ◦ green 28 ◦ blue 76

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

Shades of Amaranth #E11C4C

Tints of Amaranth #E11C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 68.39%
G = 8.51%
B = 23.1%

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

#E11C4C (or 0xE11C4C) is known color: Amaranth. HEX triplet: E1, 1C and 4C. RGB value is (225,28,76). Sum of RGB (Red+Green+Blue) = 225+28+76=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C4C is #1EE3B3. Grayscale: #5C5C5C. Windows color (decimal): -2024372 or 4988129. OLE color: 4988129.

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

Color convert

RGB 225 28 76 -
CMYK 0 0.88 0.66 0.12
HSL 345.38º 0.78% 0.5% -
HSV(B) 345.38º 0.88% 0.88% -
XYZ 32.77 17.36 8.46 -
YUV 92.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 225 28 76 0 0.88 0.66 0.12 345.38 0.78 0.5
Hex E1 1C 4C 0 58 42 C 159 4E 32
Octal 341 34 114 0 130 102 14 531 116 62
Binary 11100001 11100 1001100 0 1011000 1000010 1100 101011001 1001110 110010

Color Harmonies of #E11C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C4C

Black with #E11C4C

Text Example


Text Example

White with #E11C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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