Html Css Color HEX #E04053 Amaranth

📋 copy color: '#E04053'

red 224 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #E04053

Tints of Amaranth #E04053

RGB

 RED value IS 224 (87.89% from 255) = 60.38%

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

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

R = 60.38%
G = 17.25%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E04053 (or 0xE04053) is known color: Amaranth. HEX triplet: E0, 40 and 53. RGB value is (224,64,83). Sum of RGB (Red+Green+Blue) = 224+64+83=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E04053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04053 is #1FBFAC. Grayscale: #727272. Windows color (decimal): -2080685 or 5456096. OLE color: 5456096.

HSL color Cylindrical-coordinate representation of color #E04053: hue angle of 352.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04053 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 83 -
CMYK 0 0.71 0.63 0.12
HSL 352.88º 0.72% 0.56% -
HSV(B) 352.88º 0.71% 0.88% -
XYZ 34.14 20.14 10.27 -
YUV 114.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 224 64 83 0 0.71 0.63 0.12 352.88 0.72 0.56
Hex E0 40 53 0 47 3F C 161 48 38
Octal 340 100 123 0 107 77 14 541 110 70
Binary 11100000 1000000 1010011 0 1000111 111111 1100 101100001 1001000 111000

Color Harmonies of #E04053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04053

Black with #E04053

Text Example


Text Example

White with #E04053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04053; }

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

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

background-color css

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

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

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

border-color css

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

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

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