Html Css Color HEX #E12455 Amaranth

📋 copy color: '#E12455'

red 225 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #E12455

Tints of Amaranth #E12455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 65.03%
G = 10.4%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E12455 (or 0xE12455) is known color: Amaranth. HEX triplet: E1, 24 and 55. RGB value is (225,36,85). Sum of RGB (Red+Green+Blue) = 225+36+85=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E12455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12455 is #1EDBAA. Grayscale: #626262. Windows color (decimal): -2022315 or 5580001. OLE color: 5580001.

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

Color convert

RGB 225 36 85 -
CMYK 0 0.84 0.62 0.12
HSL 344.44º 0.76% 0.51% -
HSV(B) 344.44º 0.84% 0.88% -
XYZ 33.32 17.93 10.3 -
YUV 98.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 225 36 85 0 0.84 0.62 0.12 344.44 0.76 0.51
Hex E1 24 55 0 54 3E C 158 4C 33
Octal 341 44 125 0 124 76 14 530 114 63
Binary 11100001 100100 1010101 0 1010100 111110 1100 101011000 1001100 110011

Color Harmonies of #E12455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12455

Black with #E12455

Text Example


Text Example

White with #E12455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12455; }

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

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

background-color css

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

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

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

border-color css

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

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

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