Html Css Color HEX #E24245 Amaranth

📋 copy color: '#E24245'

red 226 ◦ green 66 ◦ blue 69

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

Shades of Amaranth #E24245

Tints of Amaranth #E24245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

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

R = 62.6%
G = 18.28%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E24245 (or 0xE24245) is known color: Amaranth. HEX triplet: E2, 42 and 45. RGB value is (226,66,69). Sum of RGB (Red+Green+Blue) = 226+66+69=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E24245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24245 is #1DBDBA. Grayscale: #727272. Windows color (decimal): -1949115 or 4539106. OLE color: 4539106.

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

Color convert

RGB 226 66 69 -
CMYK 0 0.71 0.69 0.11
HSL 358.88º 0.73% 0.57% -
HSV(B) 358.88º 0.71% 0.89% -
XYZ 34.39 20.49 7.77 -
YUV 114.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 226 66 69 0 0.71 0.69 0.11 358.88 0.73 0.57
Hex E2 42 45 0 47 45 B 167 49 39
Octal 342 102 105 0 107 105 13 547 111 71
Binary 11100010 1000010 1000101 0 1000111 1000101 1011 101100111 1001001 111001

Color Harmonies of #E24245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24245

Black with #E24245

Text Example


Text Example

White with #E24245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24245; }

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

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

background-color css

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

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

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

border-color css

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

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

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