Html Css Color HEX #E12346 Amaranth

📋 copy color: '#E12346'

red 225 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #E12346

Tints of Amaranth #E12346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 68.18%
G = 10.61%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E12346 (or 0xE12346) is known color: Amaranth. HEX triplet: E1, 23 and 46. RGB value is (225,35,70). Sum of RGB (Red+Green+Blue) = 225+35+70=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E12346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12346 is #1EDCB9. Grayscale: #5F5F5F. Windows color (decimal): -2022586 or 4596705. OLE color: 4596705.

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

Color convert

RGB 225 35 70 -
CMYK 0 0.84 0.69 0.12
HSL 348.95º 0.76% 0.51% -
HSV(B) 348.95º 0.84% 0.88% -
XYZ 32.76 17.65 7.47 -
YUV 95.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 225 35 70 0 0.84 0.69 0.12 348.95 0.76 0.51
Hex E1 23 46 0 54 45 C 15D 4C 33
Octal 341 43 106 0 124 105 14 535 114 63
Binary 11100001 100011 1000110 0 1010100 1000101 1100 101011101 1001100 110011

Color Harmonies of #E12346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12346

Black with #E12346

Text Example


Text Example

White with #E12346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12346; }

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

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

background-color css

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

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

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

border-color css

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

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

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