Html Css Color HEX #E12155 Amaranth

📋 copy color: '#E12155'

red 225 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #E12155

Tints of Amaranth #E12155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 65.6%
G = 9.62%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E12155 (or 0xE12155) is known color: Amaranth. HEX triplet: E1, 21 and 55. RGB value is (225,33,85). Sum of RGB (Red+Green+Blue) = 225+33+85=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E12155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12155 is #1EDEAA. Grayscale: #606060. Windows color (decimal): -2023083 or 5579233. OLE color: 5579233.

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

Color convert

RGB 225 33 85 -
CMYK 0 0.85 0.62 0.12
HSL 343.75º 0.76% 0.51% -
HSV(B) 343.75º 0.85% 0.88% -
XYZ 33.23 17.75 10.27 -
YUV 96.34 121.61 219.77 -
System Red Green Blue C M Y K H S L
Decimal 225 33 85 0 0.85 0.62 0.12 343.75 0.76 0.51
Hex E1 21 55 0 55 3E C 158 4C 33
Octal 341 41 125 0 125 76 14 530 114 63
Binary 11100001 100001 1010101 0 1010101 111110 1100 101011000 1001100 110011

Color Harmonies of #E12155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12155

Black with #E12155

Text Example


Text Example

White with #E12155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12155; }

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

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

background-color css

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

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

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

border-color css

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

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

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