Html Css Color HEX #E42844 Amaranth

📋 copy color: '#E42844'

red 228 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #E42844

Tints of Amaranth #E42844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 67.86%
G = 11.9%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E42844 (or 0xE42844) is known color: Amaranth. HEX triplet: E4, 28 and 44. RGB value is (228,40,68). Sum of RGB (Red+Green+Blue) = 228+40+68=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E42844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42844 is #1BD7BB. Grayscale: #636363. Windows color (decimal): -1824700 or 4466916. OLE color: 4466916.

HSL color Cylindrical-coordinate representation of color #E42844: hue angle of 351.06º 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 #E42844 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 40 68 -
CMYK 0 0.82 0.70 0.11
HSL 351.06º 0.78% 0.53% -
HSV(B) 351.06º 0.82% 0.89% -
XYZ 33.8 18.43 7.24 -
YUV 99.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 228 40 68 0 0.82 0.70 0.11 351.06 0.78 0.53
Hex E4 28 44 0 52 46 B 15F 4E 35
Octal 344 50 104 0 122 106 13 537 116 65
Binary 11100100 101000 1000100 0 1010010 1000110 1011 101011111 1001110 110101

Color Harmonies of #E42844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42844

Black with #E42844

Text Example


Text Example

White with #E42844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42844; }

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

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

background-color css

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

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

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

border-color css

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

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

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