Html Css Color HEX #E1224C Amaranth

📋 copy color: '#E1224C'

red 225 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #E1224C

Tints of Amaranth #E1224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 67.16%
G = 10.15%
B = 22.69%

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

#E1224C (or 0xE1224C) is known color: Amaranth. HEX triplet: E1, 22 and 4C. RGB value is (225,34,76). Sum of RGB (Red+Green+Blue) = 225+34+76=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1224C is #1EDDB3. Grayscale: #5F5F5F. Windows color (decimal): -2022836 or 4989665. OLE color: 4989665.

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

Color convert

RGB 225 34 76 -
CMYK 0 0.85 0.66 0.12
HSL 346.81º 0.76% 0.51% -
HSV(B) 346.81º 0.85% 0.88% -
XYZ 32.93 17.67 8.51 -
YUV 95.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 225 34 76 0 0.85 0.66 0.12 346.81 0.76 0.51
Hex E1 22 4C 0 55 42 C 15B 4C 33
Octal 341 42 114 0 125 102 14 533 114 63
Binary 11100001 100010 1001100 0 1010101 1000010 1100 101011011 1001100 110011

Color Harmonies of #E1224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1224C

Black with #E1224C

Text Example


Text Example

White with #E1224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1224C; }

 p { color: rgb(225,34,76); }

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

background-color css

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

 a { background-color: rgb(225,34,76); }

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

border-color css

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

 span { border-color: rgb(225,34,76); }

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