Html Css Color HEX #E12059 Amaranth

📋 copy color: '#E12059'

red 225 ◦ green 32 ◦ blue 89

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

Shades of Amaranth #E12059

Tints of Amaranth #E12059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 65.03%
G = 9.25%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E12059 (or 0xE12059) is known color: Amaranth. HEX triplet: E1, 20 and 59. RGB value is (225,32,89). Sum of RGB (Red+Green+Blue) = 225+32+89=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E12059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12059 is #1EDFA6. Grayscale: #606060. Windows color (decimal): -2023335 or 5841121. OLE color: 5841121.

HSL color Cylindrical-coordinate representation of color #E12059: hue angle of 342.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12059 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 89 -
CMYK 0 0.86 0.60 0.12
HSL 342.28º 0.76% 0.5% -
HSV(B) 342.28º 0.86% 0.88% -
XYZ 33.37 17.76 11.12 -
YUV 96.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 225 32 89 0 0.86 0.60 0.12 342.28 0.76 0.5
Hex E1 20 59 0 56 3C C 156 4C 32
Octal 341 40 131 0 126 74 14 526 114 62
Binary 11100001 100000 1011001 0 1010110 111100 1100 101010110 1001100 110010

Color Harmonies of #E12059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12059

Black with #E12059

Text Example


Text Example

White with #E12059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12059; }

 p { color: rgb(225,32,89); }

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

background-color css

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

 a { background-color: rgb(225,32,89); }

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

border-color css

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

 span { border-color: rgb(225,32,89); }

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