Html Css Color HEX #E24046 Amaranth

📋 copy color: '#E24046'

red 226 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #E24046

Tints of Amaranth #E24046

RGB

 RED value IS 226 (88.67% from 255) = 62.78%

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 62.78%
G = 17.78%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E24046 (or 0xE24046) is known color: Amaranth. HEX triplet: E2, 40 and 46. RGB value is (226,64,70). Sum of RGB (Red+Green+Blue) = 226+64+70=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E24046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24046 is #1DBFB9. Grayscale: #717171. Windows color (decimal): -1949626 or 4604130. OLE color: 4604130.

HSL color Cylindrical-coordinate representation of color #E24046: hue angle of 357.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24046 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 70 -
CMYK 0 0.72 0.69 0.11
HSL 357.78º 0.74% 0.57% -
HSV(B) 357.78º 0.72% 0.89% -
XYZ 34.3 20.28 7.9 -
YUV 113.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 226 64 70 0 0.72 0.69 0.11 357.78 0.74 0.57
Hex E2 40 46 0 48 45 B 166 4A 39
Octal 342 100 106 0 110 105 13 546 112 71
Binary 11100010 1000000 1000110 0 1001000 1000101 1011 101100110 1001010 111001

Color Harmonies of #E24046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24046

Black with #E24046

Text Example


Text Example

White with #E24046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24046; }

 p { color: rgb(226,64,70); }

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

background-color css

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

 a { background-color: rgb(226,64,70); }

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

border-color css

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

 span { border-color: rgb(226,64,70); }

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