Html Css Color HEX #E1294F Amaranth

📋 copy color: '#E1294F'

red 225 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #E1294F

Tints of Amaranth #E1294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 65.22%
G = 11.88%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1294F (or 0xE1294F) is known color: Amaranth. HEX triplet: E1, 29 and 4F. RGB value is (225,41,79). Sum of RGB (Red+Green+Blue) = 225+41+79=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E1294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1294F is #1ED6B0. Grayscale: #646464. Windows color (decimal): -2021041 or 5188065. OLE color: 5188065.

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

Color convert

RGB 225 41 79 -
CMYK 0 0.82 0.65 0.12
HSL 347.61º 0.75% 0.52% -
HSV(B) 347.61º 0.82% 0.88% -
XYZ 33.26 18.16 9.15 -
YUV 100.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 225 41 79 0 0.82 0.65 0.12 347.61 0.75 0.52
Hex E1 29 4F 0 52 41 C 15C 4B 34
Octal 341 51 117 0 122 101 14 534 113 64
Binary 11100001 101001 1001111 0 1010010 1000001 1100 101011100 1001011 110100

Color Harmonies of #E1294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1294F

Black with #E1294F

Text Example


Text Example

White with #E1294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1294F; }

 p { color: rgb(225,41,79); }

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

background-color css

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

 a { background-color: rgb(225,41,79); }

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

border-color css

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

 span { border-color: rgb(225,41,79); }

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