Html Css Color HEX #E1324B Amaranth

📋 copy color: '#E1324B'

red 225 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #E1324B

Tints of Amaranth #E1324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 64.29%
G = 14.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1324B (or 0xE1324B) is known color: Amaranth. HEX triplet: E1, 32 and 4B. RGB value is (225,50,75). Sum of RGB (Red+Green+Blue) = 225+50+75=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1324B is #1ECDB4. Grayscale: #696969. Windows color (decimal): -2018741 or 4928225. OLE color: 4928225.

HSL color Cylindrical-coordinate representation of color #E1324B: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1324B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 75 -
CMYK 0 0.78 0.67 0.12
HSL 351.43º 0.74% 0.54% -
HSV(B) 351.43º 0.78% 0.88% -
XYZ 33.46 18.8 8.52 -
YUV 105.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 225 50 75 0 0.78 0.67 0.12 351.43 0.74 0.54
Hex E1 32 4B 0 4E 43 C 15F 4A 36
Octal 341 62 113 0 116 103 14 537 112 66
Binary 11100001 110010 1001011 0 1001110 1000011 1100 101011111 1001010 110110

Color Harmonies of #E1324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1324B

Black with #E1324B

Text Example


Text Example

White with #E1324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1324B; }

 p { color: rgb(225,50,75); }

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

background-color css

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

 a { background-color: rgb(225,50,75); }

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

border-color css

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

 span { border-color: rgb(225,50,75); }

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