Html Css Color HEX #E42A44 Amaranth

📋 copy color: '#E42A44'

red 228 ◦ green 42 ◦ blue 68

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

Shades of Amaranth #E42A44

Tints of Amaranth #E42A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.43%

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

R = 67.46%
G = 12.43%
B = 20.12%

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

#E42A44 (or 0xE42A44) is known color: Amaranth. HEX triplet: E4, 2A and 44. RGB value is (228,42,68). Sum of RGB (Red+Green+Blue) = 228+42+68=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A44 is #1BD5BB. Grayscale: #646464. Windows color (decimal): -1824188 or 4467428. OLE color: 4467428.

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

Color convert

RGB 228 42 68 -
CMYK 0 0.82 0.70 0.11
HSL 351.61º 0.78% 0.53% -
HSV(B) 351.61º 0.82% 0.89% -
XYZ 33.87 18.57 7.27 -
YUV 100.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 228 42 68 0 0.82 0.70 0.11 351.61 0.78 0.53
Hex E4 2A 44 0 52 46 B 160 4E 35
Octal 344 52 104 0 122 106 13 540 116 65
Binary 11100100 101010 1000100 0 1010010 1000110 1011 101100000 1001110 110101

Color Harmonies of #E42A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A44

Black with #E42A44

Text Example


Text Example

White with #E42A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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