Html Css Color HEX #E42858 Amaranth

📋 copy color: '#E42858'

red 228 ◦ green 40 ◦ blue 88

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

Shades of Amaranth #E42858

Tints of Amaranth #E42858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 64.04%
G = 11.24%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E42858 (or 0xE42858) is known color: Amaranth. HEX triplet: E4, 28 and 58. RGB value is (228,40,88). Sum of RGB (Red+Green+Blue) = 228+40+88=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E42858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42858 is #1BD7A7. Grayscale: #656565. Windows color (decimal): -1824680 or 5777636. OLE color: 5777636.

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

Color convert

RGB 228 40 88 -
CMYK 0 0.82 0.61 0.11
HSL 344.68º 0.78% 0.53% -
HSV(B) 344.68º 0.82% 0.89% -
XYZ 34.52 18.72 11.03 -
YUV 101.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 228 40 88 0 0.82 0.61 0.11 344.68 0.78 0.53
Hex E4 28 58 0 52 3D B 159 4E 35
Octal 344 50 130 0 122 75 13 531 116 65
Binary 11100100 101000 1011000 0 1010010 111101 1011 101011001 1001110 110101

Color Harmonies of #E42858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42858

Black with #E42858

Text Example


Text Example

White with #E42858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42858; }

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

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

background-color css

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

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

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

border-color css

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

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

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