Html Css Color HEX #E03450 Amaranth

📋 copy color: '#E03450'

red 224 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #E03450

Tints of Amaranth #E03450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 62.92%
G = 14.61%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E03450 (or 0xE03450) is known color: Amaranth. HEX triplet: E0, 34 and 50. RGB value is (224,52,80). Sum of RGB (Red+Green+Blue) = 224+52+80=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E03450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03450 is #1FCBAF. Grayscale: #6A6A6A. Windows color (decimal): -2083760 or 5256416. OLE color: 5256416.

HSL color Cylindrical-coordinate representation of color #E03450: hue angle of 350.23º 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 #E03450 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 52 80 -
CMYK 0 0.77 0.64 0.12
HSL 350.23º 0.74% 0.54% -
HSV(B) 350.23º 0.77% 0.88% -
XYZ 33.42 18.88 9.47 -
YUV 106.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 224 52 80 0 0.77 0.64 0.12 350.23 0.74 0.54
Hex E0 34 50 0 4D 40 C 15E 4A 36
Octal 340 64 120 0 115 100 14 536 112 66
Binary 11100000 110100 1010000 0 1001101 1000000 1100 101011110 1001010 110110

Color Harmonies of #E03450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03450

Black with #E03450

Text Example


Text Example

White with #E03450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03450; }

 p { color: rgb(224,52,80); }

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

background-color css

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

 a { background-color: rgb(224,52,80); }

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

border-color css

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

 span { border-color: rgb(224,52,80); }

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