Html Css Color HEX #E12246 Amaranth

📋 copy color: '#E12246'

red 225 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #E12246

Tints of Amaranth #E12246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

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

R = 68.39%
G = 10.33%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E12246 (or 0xE12246) is known color: Amaranth. HEX triplet: E1, 22 and 46. RGB value is (225,34,70). Sum of RGB (Red+Green+Blue) = 225+34+70=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12246 is #1EDDB9. Grayscale: #5F5F5F. Windows color (decimal): -2022842 or 4596449. OLE color: 4596449.

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

Color convert

RGB 225 34 70 -
CMYK 0 0.85 0.69 0.12
HSL 348.69º 0.76% 0.51% -
HSV(B) 348.69º 0.85% 0.88% -
XYZ 32.73 17.59 7.47 -
YUV 95.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 225 34 70 0 0.85 0.69 0.12 348.69 0.76 0.51
Hex E1 22 46 0 55 45 C 15D 4C 33
Octal 341 42 106 0 125 105 14 535 114 63
Binary 11100001 100010 1000110 0 1010101 1000101 1100 101011101 1001100 110011

Color Harmonies of #E12246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12246

Black with #E12246

Text Example


Text Example

White with #E12246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12246; }

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

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

background-color css

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

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

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

border-color css

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

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

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