Html Css Color HEX #E42951 Amaranth

📋 copy color: '#E42951'

red 228 ◦ green 41 ◦ blue 81

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

Shades of Amaranth #E42951

Tints of Amaranth #E42951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 65.14%
G = 11.71%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E42951 (or 0xE42951) is known color: Amaranth. HEX triplet: E4, 29 and 51. RGB value is (228,41,81). Sum of RGB (Red+Green+Blue) = 228+41+81=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E42951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42951 is #1BD6AE. Grayscale: #656565. Windows color (decimal): -1824431 or 5319140. OLE color: 5319140.

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

Color convert

RGB 228 41 81 -
CMYK 0 0.82 0.64 0.11
HSL 347.17º 0.78% 0.53% -
HSV(B) 347.17º 0.82% 0.89% -
XYZ 34.27 18.67 9.58 -
YUV 101.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 228 41 81 0 0.82 0.64 0.11 347.17 0.78 0.53
Hex E4 29 51 0 52 40 B 15B 4E 35
Octal 344 51 121 0 122 100 13 533 116 65
Binary 11100100 101001 1010001 0 1010010 1000000 1011 101011011 1001110 110101

Color Harmonies of #E42951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42951

Black with #E42951

Text Example


Text Example

White with #E42951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42951; }

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

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

background-color css

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

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

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

border-color css

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

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

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