Html Css Color HEX #E12156 Amaranth

📋 copy color: '#E12156'

red 225 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #E12156

Tints of Amaranth #E12156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 65.41%
G = 9.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E12156 (or 0xE12156) is known color: Amaranth. HEX triplet: E1, 21 and 56. RGB value is (225,33,86). Sum of RGB (Red+Green+Blue) = 225+33+86=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E12156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12156 is #1EDEA9. Grayscale: #606060. Windows color (decimal): -2023082 or 5644769. OLE color: 5644769.

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

Color convert

RGB 225 33 86 -
CMYK 0 0.85 0.62 0.12
HSL 343.44º 0.76% 0.51% -
HSV(B) 343.44º 0.85% 0.88% -
XYZ 33.27 17.77 10.48 -
YUV 96.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 225 33 86 0 0.85 0.62 0.12 343.44 0.76 0.51
Hex E1 21 56 0 55 3E C 157 4C 33
Octal 341 41 126 0 125 76 14 527 114 63
Binary 11100001 100001 1010110 0 1010101 111110 1100 101010111 1001100 110011

Color Harmonies of #E12156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12156

Black with #E12156

Text Example


Text Example

White with #E12156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12156; }

 p { color: rgb(225,33,86); }

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

background-color css

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

 a { background-color: rgb(225,33,86); }

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

border-color css

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

 span { border-color: rgb(225,33,86); }

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