Html Css Color HEX #E42D54 Amaranth

📋 copy color: '#E42D54'

red 228 ◦ green 45 ◦ blue 84

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

Shades of Amaranth #E42D54

Tints of Amaranth #E42D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 63.87%
G = 12.61%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E42D54 (or 0xE42D54) is known color: Amaranth. HEX triplet: E4, 2D and 54. RGB value is (228,45,84). Sum of RGB (Red+Green+Blue) = 228+45+84=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42D54 is #1BD2AB. Grayscale: #686868. Windows color (decimal): -1823404 or 5516772. OLE color: 5516772.

HSL color Cylindrical-coordinate representation of color #E42D54: hue angle of 347.21º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D54 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 84 -
CMYK 0 0.80 0.63 0.11
HSL 347.21º 0.77% 0.54% -
HSV(B) 347.21º 0.8% 0.89% -
XYZ 34.53 19.01 10.24 -
YUV 104.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 228 45 84 0 0.80 0.63 0.11 347.21 0.77 0.54
Hex E4 2D 54 0 50 3F B 15B 4D 36
Octal 344 55 124 0 120 77 13 533 115 66
Binary 11100100 101101 1010100 0 1010000 111111 1011 101011011 1001101 110110

Color Harmonies of #E42D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D54

Black with #E42D54

Text Example


Text Example

White with #E42D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D54; }

 p { color: rgb(228,45,84); }

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

background-color css

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

 a { background-color: rgb(228,45,84); }

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

border-color css

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

 span { border-color: rgb(228,45,84); }

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