Html Css Color HEX #E12147 Amaranth

📋 copy color: '#E12147'

red 225 ◦ green 33 ◦ blue 71

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

Shades of Amaranth #E12147

Tints of Amaranth #E12147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 68.39%
G = 10.03%
B = 21.58%

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

#E12147 (or 0xE12147) is known color: Amaranth. HEX triplet: E1, 21 and 47. RGB value is (225,33,71). Sum of RGB (Red+Green+Blue) = 225+33+71=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12147 is #1EDEB8. Grayscale: #5E5E5E. Windows color (decimal): -2023097 or 4661729. OLE color: 4661729.

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

Color convert

RGB 225 33 71 -
CMYK 0 0.85 0.68 0.12
HSL 348.13º 0.76% 0.51% -
HSV(B) 348.13º 0.85% 0.88% -
XYZ 32.73 17.55 7.62 -
YUV 94.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 225 33 71 0 0.85 0.68 0.12 348.13 0.76 0.51
Hex E1 21 47 0 55 44 C 15C 4C 33
Octal 341 41 107 0 125 104 14 534 114 63
Binary 11100001 100001 1000111 0 1010101 1000100 1100 101011100 1001100 110011

Color Harmonies of #E12147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12147

Black with #E12147

Text Example


Text Example

White with #E12147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12147; }

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

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

background-color css

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

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

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

border-color css

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

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

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