Html Css Color HEX #E42C4F Amaranth

📋 copy color: '#E42C4F'

red 228 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #E42C4F

Tints of Amaranth #E42C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 64.96%
G = 12.54%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E42C4F (or 0xE42C4F) is known color: Amaranth. HEX triplet: E4, 2C and 4F. RGB value is (228,44,79). Sum of RGB (Red+Green+Blue) = 228+44+79=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42C4F is #1BD3B0. Grayscale: #676767. Windows color (decimal): -1823665 or 5188836. OLE color: 5188836.

HSL color Cylindrical-coordinate representation of color #E42C4F: hue angle of 348.59º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42C4F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 44 79 -
CMYK 0 0.81 0.65 0.11
HSL 348.59º 0.77% 0.53% -
HSV(B) 348.59º 0.81% 0.89% -
XYZ 34.31 18.86 9.23 -
YUV 103.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 228 44 79 0 0.81 0.65 0.11 348.59 0.77 0.53
Hex E4 2C 4F 0 51 41 B 15D 4D 35
Octal 344 54 117 0 121 101 13 535 115 65
Binary 11100100 101100 1001111 0 1010001 1000001 1011 101011101 1001101 110101

Color Harmonies of #E42C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42C4F

Black with #E42C4F

Text Example


Text Example

White with #E42C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42C4F; }

 p { color: rgb(228,44,79); }

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

background-color css

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

 a { background-color: rgb(228,44,79); }

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

border-color css

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

 span { border-color: rgb(228,44,79); }

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