Html Css Color HEX #E12145 Amaranth

📋 copy color: '#E12145'

red 225 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #E12145

Tints of Amaranth #E12145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 68.81%
G = 10.09%
B = 21.1%

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

#E12145 (or 0xE12145) is known color: Amaranth. HEX triplet: E1, 21 and 45. RGB value is (225,33,69). Sum of RGB (Red+Green+Blue) = 225+33+69=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E12145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12145 is #1EDEBA. Grayscale: #5E5E5E. Windows color (decimal): -2023099 or 4530657. OLE color: 4530657.

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

Color convert

RGB 225 33 69 -
CMYK 0 0.85 0.69 0.12
HSL 348.75º 0.76% 0.51% -
HSV(B) 348.75º 0.85% 0.88% -
XYZ 32.67 17.52 7.29 -
YUV 94.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 225 33 69 0 0.85 0.69 0.12 348.75 0.76 0.51
Hex E1 21 45 0 55 45 C 15D 4C 33
Octal 341 41 105 0 125 105 14 535 114 63
Binary 11100001 100001 1000101 0 1010101 1000101 1100 101011101 1001100 110011

Color Harmonies of #E12145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12145

Black with #E12145

Text Example


Text Example

White with #E12145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12145; }

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

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

background-color css

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

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

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

border-color css

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

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

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