Html Css Color HEX #E42958 Amaranth

📋 copy color: '#E42958'

red 228 ◦ green 41 ◦ blue 88

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

Shades of Amaranth #E42958

Tints of Amaranth #E42958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

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

R = 63.87%
G = 11.48%
B = 24.65%

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

#E42958 (or 0xE42958) is known color: Amaranth. HEX triplet: E4, 29 and 58. RGB value is (228,41,88). Sum of RGB (Red+Green+Blue) = 228+41+88=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E42958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42958 is #1BD6A7. Grayscale: #666666. Windows color (decimal): -1824424 or 5777892. OLE color: 5777892.

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

Color convert

RGB 228 41 88 -
CMYK 0 0.82 0.61 0.11
HSL 344.92º 0.78% 0.53% -
HSV(B) 344.92º 0.82% 0.89% -
XYZ 34.55 18.78 11.04 -
YUV 102.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 228 41 88 0 0.82 0.61 0.11 344.92 0.78 0.53
Hex E4 29 58 0 52 3D B 159 4E 35
Octal 344 51 130 0 122 75 13 531 116 65
Binary 11100100 101001 1011000 0 1010010 111101 1011 101011001 1001110 110101

Color Harmonies of #E42958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42958

Black with #E42958

Text Example


Text Example

White with #E42958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42958; }

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

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

background-color css

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

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

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

border-color css

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

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

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