Html Css Color HEX #E03250 Amaranth

📋 copy color: '#E03250'

red 224 ◦ green 50 ◦ blue 80

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

Shades of Amaranth #E03250

Tints of Amaranth #E03250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 63.28%
G = 14.12%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E03250 (or 0xE03250) is known color: Amaranth. HEX triplet: E0, 32 and 50. RGB value is (224,50,80). Sum of RGB (Red+Green+Blue) = 224+50+80=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E03250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03250 is #1FCDAF. Grayscale: #696969. Windows color (decimal): -2084272 or 5255904. OLE color: 5255904.

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

Color convert

RGB 224 50 80 -
CMYK 0 0.78 0.64 0.12
HSL 349.66º 0.74% 0.54% -
HSV(B) 349.66º 0.78% 0.88% -
XYZ 33.33 18.71 9.44 -
YUV 105.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 224 50 80 0 0.78 0.64 0.12 349.66 0.74 0.54
Hex E0 32 50 0 4E 40 C 15E 4A 36
Octal 340 62 120 0 116 100 14 536 112 66
Binary 11100000 110010 1010000 0 1001110 1000000 1100 101011110 1001010 110110

Color Harmonies of #E03250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03250

Black with #E03250

Text Example


Text Example

White with #E03250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03250; }

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

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

background-color css

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

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

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

border-color css

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

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

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