Html Css Color HEX #E24053 Amaranth

📋 copy color: '#E24053'

red 226 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #E24053

Tints of Amaranth #E24053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 60.59%
G = 17.16%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E24053 (or 0xE24053) is known color: Amaranth. HEX triplet: E2, 40 and 53. RGB value is (226,64,83). Sum of RGB (Red+Green+Blue) = 226+64+83=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E24053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24053 is #1DBFAC. Grayscale: #727272. Windows color (decimal): -1949613 or 5456098. OLE color: 5456098.

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

Color convert

RGB 226 64 83 -
CMYK 0 0.72 0.63 0.11
HSL 352.96º 0.74% 0.57% -
HSV(B) 352.96º 0.72% 0.89% -
XYZ 34.76 20.46 10.3 -
YUV 114.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 226 64 83 0 0.72 0.63 0.11 352.96 0.74 0.57
Hex E2 40 53 0 48 3F B 161 4A 39
Octal 342 100 123 0 110 77 13 541 112 71
Binary 11100010 1000000 1010011 0 1001000 111111 1011 101100001 1001010 111001

Color Harmonies of #E24053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24053

Black with #E24053

Text Example


Text Example

White with #E24053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24053; }

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

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

background-color css

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

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

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

border-color css

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

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

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