Html Css Color HEX #E1254D Amaranth

📋 copy color: '#E1254D'

red 225 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #E1254D

Tints of Amaranth #E1254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 66.37%
G = 10.91%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1254D (or 0xE1254D) is known color: Amaranth. HEX triplet: E1, 25 and 4D. RGB value is (225,37,77). Sum of RGB (Red+Green+Blue) = 225+37+77=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1254D is #1EDAB2. Grayscale: #616161. Windows color (decimal): -2022067 or 5055969. OLE color: 5055969.

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

Color convert

RGB 225 37 77 -
CMYK 0 0.84 0.66 0.12
HSL 347.23º 0.76% 0.51% -
HSV(B) 347.23º 0.84% 0.88% -
XYZ 33.05 17.87 8.73 -
YUV 97.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 225 37 77 0 0.84 0.66 0.12 347.23 0.76 0.51
Hex E1 25 4D 0 54 42 C 15B 4C 33
Octal 341 45 115 0 124 102 14 533 114 63
Binary 11100001 100101 1001101 0 1010100 1000010 1100 101011011 1001100 110011

Color Harmonies of #E1254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1254D

Black with #E1254D

Text Example


Text Example

White with #E1254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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