Html Css Color HEX #E12946 Amaranth

📋 copy color: '#E12946'

red 225 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #E12946

Tints of Amaranth #E12946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

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

R = 66.96%
G = 12.2%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E12946 (or 0xE12946) is known color: Amaranth. HEX triplet: E1, 29 and 46. RGB value is (225,41,70). Sum of RGB (Red+Green+Blue) = 225+41+70=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E12946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12946 is #1ED6B9. Grayscale: #636363. Windows color (decimal): -2021050 or 4598241. OLE color: 4598241.

HSL color Cylindrical-coordinate representation of color #E12946: hue angle of 350.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12946 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 70 -
CMYK 0 0.82 0.69 0.12
HSL 350.54º 0.75% 0.52% -
HSV(B) 350.54º 0.82% 0.88% -
XYZ 32.95 18.04 7.54 -
YUV 99.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 225 41 70 0 0.82 0.69 0.12 350.54 0.75 0.52
Hex E1 29 46 0 52 45 C 15F 4B 34
Octal 341 51 106 0 122 105 14 537 113 64
Binary 11100001 101001 1000110 0 1010010 1000101 1100 101011111 1001011 110100

Color Harmonies of #E12946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12946

Black with #E12946

Text Example


Text Example

White with #E12946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12946; }

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

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

background-color css

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

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

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

border-color css

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

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

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