Html Css Color HEX #E42856 Amaranth

📋 copy color: '#E42856'

red 228 ◦ green 40 ◦ blue 86

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

Shades of Amaranth #E42856

Tints of Amaranth #E42856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 64.41%
G = 11.3%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E42856 (or 0xE42856) is known color: Amaranth. HEX triplet: E4, 28 and 56. RGB value is (228,40,86). Sum of RGB (Red+Green+Blue) = 228+40+86=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E42856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42856 is #1BD7A9. Grayscale: #656565. Windows color (decimal): -1824682 or 5646564. OLE color: 5646564.

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

Color convert

RGB 228 40 86 -
CMYK 0 0.82 0.62 0.11
HSL 345.32º 0.78% 0.53% -
HSV(B) 345.32º 0.82% 0.89% -
XYZ 34.43 18.68 10.6 -
YUV 101.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 228 40 86 0 0.82 0.62 0.11 345.32 0.78 0.53
Hex E4 28 56 0 52 3E B 159 4E 35
Octal 344 50 126 0 122 76 13 531 116 65
Binary 11100100 101000 1010110 0 1010010 111110 1011 101011001 1001110 110101

Color Harmonies of #E42856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42856

Black with #E42856

Text Example


Text Example

White with #E42856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42856; }

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

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

background-color css

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

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

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

border-color css

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

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

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