Html Css Color HEX #E1214D Amaranth

📋 copy color: '#E1214D'

red 225 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #E1214D

Tints of Amaranth #E1214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 67.16%
G = 9.85%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1214D (or 0xE1214D) is known color: Amaranth. HEX triplet: E1, 21 and 4D. RGB value is (225,33,77). Sum of RGB (Red+Green+Blue) = 225+33+77=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1214D is #1EDEB2. Grayscale: #5F5F5F. Windows color (decimal): -2023091 or 5054945. OLE color: 5054945.

HSL color Cylindrical-coordinate representation of color #E1214D: hue angle of 346.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1214D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 77 -
CMYK 0 0.85 0.66 0.12
HSL 346.25º 0.76% 0.51% -
HSV(B) 346.25º 0.85% 0.88% -
XYZ 32.93 17.63 8.69 -
YUV 95.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 225 33 77 0 0.85 0.66 0.12 346.25 0.76 0.51
Hex E1 21 4D 0 55 42 C 15A 4C 33
Octal 341 41 115 0 125 102 14 532 114 63
Binary 11100001 100001 1001101 0 1010101 1000010 1100 101011010 1001100 110011

Color Harmonies of #E1214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1214D

Black with #E1214D

Text Example


Text Example

White with #E1214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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