Html Css Color HEX #E42848 Amaranth

📋 copy color: '#E42848'

red 228 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #E42848

Tints of Amaranth #E42848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 67.06%
G = 11.76%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E42848 (or 0xE42848) is known color: Amaranth. HEX triplet: E4, 28 and 48. RGB value is (228,40,72). Sum of RGB (Red+Green+Blue) = 228+40+72=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E42848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42848 is #1BD7B7. Grayscale: #636363. Windows color (decimal): -1824696 or 4729060. OLE color: 4729060.

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

Color convert

RGB 228 40 72 -
CMYK 0 0.82 0.68 0.11
HSL 349.79º 0.78% 0.53% -
HSV(B) 349.79º 0.82% 0.89% -
XYZ 33.92 18.48 7.91 -
YUV 99.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 228 40 72 0 0.82 0.68 0.11 349.79 0.78 0.53
Hex E4 28 48 0 52 44 B 15E 4E 35
Octal 344 50 110 0 122 104 13 536 116 65
Binary 11100100 101000 1001000 0 1010010 1000100 1011 101011110 1001110 110101

Color Harmonies of #E42848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42848

Black with #E42848

Text Example


Text Example

White with #E42848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42848; }

 p { color: rgb(228,40,72); }

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

background-color css

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

 a { background-color: rgb(228,40,72); }

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

border-color css

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

 span { border-color: rgb(228,40,72); }

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