Html Css Color HEX #E24045 Amaranth

📋 copy color: '#E24045'

red 226 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #E24045

Tints of Amaranth #E24045

RGB

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

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

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

R = 62.95%
G = 17.83%
B = 19.22%

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

#E24045 (or 0xE24045) is known color: Amaranth. HEX triplet: E2, 40 and 45. RGB value is (226,64,69). Sum of RGB (Red+Green+Blue) = 226+64+69=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E24045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24045 is #1DBFBA. Grayscale: #717171. Windows color (decimal): -1949627 or 4538594. OLE color: 4538594.

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

Color convert

RGB 226 64 69 -
CMYK 0 0.72 0.69 0.11
HSL 358.15º 0.74% 0.57% -
HSV(B) 358.15º 0.72% 0.89% -
XYZ 34.27 20.27 7.74 -
YUV 113.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 226 64 69 0 0.72 0.69 0.11 358.15 0.74 0.57
Hex E2 40 45 0 48 45 B 166 4A 39
Octal 342 100 105 0 110 105 13 546 112 71
Binary 11100010 1000000 1000101 0 1001000 1000101 1011 101100110 1001010 111001

Color Harmonies of #E24045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24045

Black with #E24045

Text Example


Text Example

White with #E24045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24045; }

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

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

background-color css

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

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

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

border-color css

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

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

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