Html Css Color HEX #E42845 Amaranth

📋 copy color: '#E42845'

red 228 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #E42845

Tints of Amaranth #E42845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 67.66%
G = 11.87%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E42845 (or 0xE42845) is known color: Amaranth. HEX triplet: E4, 28 and 45. RGB value is (228,40,69). Sum of RGB (Red+Green+Blue) = 228+40+69=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E42845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42845 is #1BD7BA. Grayscale: #636363. Windows color (decimal): -1824699 or 4532452. OLE color: 4532452.

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

Color convert

RGB 228 40 69 -
CMYK 0 0.82 0.70 0.11
HSL 350.74º 0.78% 0.53% -
HSV(B) 350.74º 0.82% 0.89% -
XYZ 33.83 18.44 7.41 -
YUV 99.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 228 40 69 0 0.82 0.70 0.11 350.74 0.78 0.53
Hex E4 28 45 0 52 46 B 15F 4E 35
Octal 344 50 105 0 122 106 13 537 116 65
Binary 11100100 101000 1000101 0 1010010 1000110 1011 101011111 1001110 110101

Color Harmonies of #E42845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42845

Black with #E42845

Text Example


Text Example

White with #E42845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42845; }

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

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

background-color css

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

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

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

border-color css

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

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

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