Html Css Color HEX #E42254 Amaranth

📋 copy color: '#E42254'

red 228 ◦ green 34 ◦ blue 84

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

Shades of Amaranth #E42254

Tints of Amaranth #E42254

RGB

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

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

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

R = 65.9%
G = 9.83%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E42254 (or 0xE42254) is known color: Amaranth. HEX triplet: E4, 22 and 54. RGB value is (228,34,84). Sum of RGB (Red+Green+Blue) = 228+34+84=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E42254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42254 is #1BDDAB. Grayscale: #616161. Windows color (decimal): -1826220 or 5513956. OLE color: 5513956.

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

Color convert

RGB 228 34 84 -
CMYK 0 0.85 0.63 0.11
HSL 344.54º 0.78% 0.51% -
HSV(B) 344.54º 0.85% 0.89% -
XYZ 34.17 18.28 10.11 -
YUV 97.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 228 34 84 0 0.85 0.63 0.11 344.54 0.78 0.51
Hex E4 22 54 0 55 3F B 159 4E 33
Octal 344 42 124 0 125 77 13 531 116 63
Binary 11100100 100010 1010100 0 1010101 111111 1011 101011001 1001110 110011

Color Harmonies of #E42254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42254

Black with #E42254

Text Example


Text Example

White with #E42254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42254; }

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

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

background-color css

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

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

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

border-color css

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

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

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