Html Css Color HEX #E12148 Amaranth

📋 copy color: '#E12148'

red 225 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #E12148

Tints of Amaranth #E12148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 68.18%
G = 10%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12148 (or 0xE12148) is known color: Amaranth. HEX triplet: E1, 21 and 48. RGB value is (225,33,72). Sum of RGB (Red+Green+Blue) = 225+33+72=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E12148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12148 is #1EDEB7. Grayscale: #5E5E5E. Windows color (decimal): -2023096 or 4727265. OLE color: 4727265.

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

Color convert

RGB 225 33 72 -
CMYK 0 0.85 0.68 0.12
HSL 347.81º 0.76% 0.51% -
HSV(B) 347.81º 0.85% 0.88% -
XYZ 32.76 17.56 7.79 -
YUV 94.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 225 33 72 0 0.85 0.68 0.12 347.81 0.76 0.51
Hex E1 21 48 0 55 44 C 15C 4C 33
Octal 341 41 110 0 125 104 14 534 114 63
Binary 11100001 100001 1001000 0 1010101 1000100 1100 101011100 1001100 110011

Color Harmonies of #E12148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12148

Black with #E12148

Text Example


Text Example

White with #E12148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12148; }

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

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

background-color css

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

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

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

border-color css

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

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

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