Html Css Color HEX #E03354 Amaranth

📋 copy color: '#E03354'

red 224 ◦ green 51 ◦ blue 84

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

Shades of Amaranth #E03354

Tints of Amaranth #E03354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 62.4%
G = 14.21%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03354 (or 0xE03354) is known color: Amaranth. HEX triplet: E0, 33 and 54. RGB value is (224,51,84). Sum of RGB (Red+Green+Blue) = 224+51+84=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03354 is #1FCCAB. Grayscale: #6A6A6A. Windows color (decimal): -2084012 or 5518304. OLE color: 5518304.

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

Color convert

RGB 224 51 84 -
CMYK 0 0.77 0.62 0.12
HSL 348.55º 0.74% 0.54% -
HSV(B) 348.55º 0.77% 0.88% -
XYZ 33.52 18.86 10.26 -
YUV 106.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 224 51 84 0 0.77 0.62 0.12 348.55 0.74 0.54
Hex E0 33 54 0 4D 3E C 15D 4A 36
Octal 340 63 124 0 115 76 14 535 112 66
Binary 11100000 110011 1010100 0 1001101 111110 1100 101011101 1001010 110110

Color Harmonies of #E03354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03354

Black with #E03354

Text Example


Text Example

White with #E03354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03354; }

 p { color: rgb(224,51,84); }

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

background-color css

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

 a { background-color: rgb(224,51,84); }

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

border-color css

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

 span { border-color: rgb(224,51,84); }

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