Html Css Color HEX #E03053 Amaranth

📋 copy color: '#E03053'

red 224 ◦ green 48 ◦ blue 83

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

Shades of Amaranth #E03053

Tints of Amaranth #E03053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 63.1%
G = 13.52%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E03053 (or 0xE03053) is known color: Amaranth. HEX triplet: E0, 30 and 53. RGB value is (224,48,83). Sum of RGB (Red+Green+Blue) = 224+48+83=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E03053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03053 is #1FCFAC. Grayscale: #686868. Windows color (decimal): -2084781 or 5452000. OLE color: 5452000.

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

Color convert

RGB 224 48 83 -
CMYK 0 0.79 0.63 0.12
HSL 348.07º 0.74% 0.53% -
HSV(B) 348.07º 0.79% 0.88% -
XYZ 33.36 18.59 10.01 -
YUV 104.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 224 48 83 0 0.79 0.63 0.12 348.07 0.74 0.53
Hex E0 30 53 0 4F 3F C 15C 4A 35
Octal 340 60 123 0 117 77 14 534 112 65
Binary 11100000 110000 1010011 0 1001111 111111 1100 101011100 1001010 110101

Color Harmonies of #E03053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03053

Black with #E03053

Text Example


Text Example

White with #E03053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03053; }

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

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

background-color css

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

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

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

border-color css

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

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

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