Html Css Color HEX #E12859 Amaranth

📋 copy color: '#E12859'

red 225 ◦ green 40 ◦ blue 89

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

Shades of Amaranth #E12859

Tints of Amaranth #E12859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 63.56%
G = 11.3%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E12859 (or 0xE12859) is known color: Amaranth. HEX triplet: E1, 28 and 59. RGB value is (225,40,89). Sum of RGB (Red+Green+Blue) = 225+40+89=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E12859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12859 is #1ED7A6. Grayscale: #646464. Windows color (decimal): -2021287 or 5843169. OLE color: 5843169.

HSL color Cylindrical-coordinate representation of color #E12859: hue angle of 344.11º degrees, saturation: 0.76, 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 #E12859 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 89 -
CMYK 0 0.82 0.60 0.12
HSL 344.11º 0.76% 0.52% -
HSV(B) 344.11º 0.82% 0.88% -
XYZ 33.61 18.25 11.2 -
YUV 100.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 225 40 89 0 0.82 0.60 0.12 344.11 0.76 0.52
Hex E1 28 59 0 52 3C C 158 4C 34
Octal 341 50 131 0 122 74 14 530 114 64
Binary 11100001 101000 1011001 0 1010010 111100 1100 101011000 1001100 110100

Color Harmonies of #E12859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12859

Black with #E12859

Text Example


Text Example

White with #E12859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12859; }

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

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

background-color css

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

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

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

border-color css

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

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

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