Html Css Color HEX #E42249 Amaranth

📋 copy color: '#E42249'

red 228 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #E42249

Tints of Amaranth #E42249

RGB

 RED value IS 228 (89.45% from 255) = 68.06%

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 68.06%
G = 10.15%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E42249 (or 0xE42249) is known color: Amaranth. HEX triplet: E4, 22 and 49. RGB value is (228,34,73). Sum of RGB (Red+Green+Blue) = 228+34+73=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E42249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42249 is #1BDDB6. Grayscale: #606060. Windows color (decimal): -1826231 or 4793060. OLE color: 4793060.

HSL color Cylindrical-coordinate representation of color #E42249: hue angle of 347.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42249 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 34 73 -
CMYK 0 0.85 0.68 0.11
HSL 347.94º 0.78% 0.51% -
HSV(B) 347.94º 0.85% 0.89% -
XYZ 33.77 18.12 8.02 -
YUV 96.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 228 34 73 0 0.85 0.68 0.11 347.94 0.78 0.51
Hex E4 22 49 0 55 44 B 15C 4E 33
Octal 344 42 111 0 125 104 13 534 116 63
Binary 11100100 100010 1001001 0 1010101 1000100 1011 101011100 1001110 110011

Color Harmonies of #E42249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42249

Black with #E42249

Text Example


Text Example

White with #E42249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42249; }

 p { color: rgb(228,34,73); }

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

background-color css

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

 a { background-color: rgb(228,34,73); }

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

border-color css

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

 span { border-color: rgb(228,34,73); }

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