Html Css Color HEX #E1294D Amaranth

📋 copy color: '#E1294D'

red 225 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E1294D

Tints of Amaranth #E1294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 65.6%
G = 11.95%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1294D (or 0xE1294D) is known color: Amaranth. HEX triplet: E1, 29 and 4D. RGB value is (225,41,77). Sum of RGB (Red+Green+Blue) = 225+41+77=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1294D is #1ED6B2. Grayscale: #646464. Windows color (decimal): -2021043 or 5056993. OLE color: 5056993.

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

Color convert

RGB 225 41 77 -
CMYK 0 0.82 0.66 0.12
HSL 348.26º 0.75% 0.52% -
HSV(B) 348.26º 0.82% 0.88% -
XYZ 33.18 18.13 8.77 -
YUV 100.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 225 41 77 0 0.82 0.66 0.12 348.26 0.75 0.52
Hex E1 29 4D 0 52 42 C 15C 4B 34
Octal 341 51 115 0 122 102 14 534 113 64
Binary 11100001 101001 1001101 0 1010010 1000010 1100 101011100 1001011 110100

Color Harmonies of #E1294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1294D

Black with #E1294D

Text Example


Text Example

White with #E1294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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