Html Css Color HEX #E12347 Amaranth

📋 copy color: '#E12347'

red 225 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #E12347

Tints of Amaranth #E12347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

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

R = 67.98%
G = 10.57%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12347 (or 0xE12347) is known color: Amaranth. HEX triplet: E1, 23 and 47. RGB value is (225,35,71). Sum of RGB (Red+Green+Blue) = 225+35+71=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E12347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12347 is #1EDCB8. Grayscale: #5F5F5F. Windows color (decimal): -2022585 or 4662241. OLE color: 4662241.

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

Color convert

RGB 225 35 71 -
CMYK 0 0.84 0.68 0.12
HSL 348.63º 0.76% 0.51% -
HSV(B) 348.63º 0.84% 0.88% -
XYZ 32.79 17.66 7.64 -
YUV 95.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 225 35 71 0 0.84 0.68 0.12 348.63 0.76 0.51
Hex E1 23 47 0 54 44 C 15D 4C 33
Octal 341 43 107 0 124 104 14 535 114 63
Binary 11100001 100011 1000111 0 1010100 1000100 1100 101011101 1001100 110011

Color Harmonies of #E12347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12347

Black with #E12347

Text Example


Text Example

White with #E12347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12347; }

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

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

background-color css

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

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

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

border-color css

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

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

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