Html Css Color HEX #E0215A Amaranth

📋 copy color: '#E0215A'

red 224 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #E0215A

Tints of Amaranth #E0215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 64.55%
G = 9.51%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0215A (or 0xE0215A) is known color: Amaranth. HEX triplet: E0, 21 and 5A. RGB value is (224,33,90). Sum of RGB (Red+Green+Blue) = 224+33+90=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0215A is #1FDEA5. Grayscale: #606060. Windows color (decimal): -2088614 or 5906912. OLE color: 5906912.

HSL color Cylindrical-coordinate representation of color #E0215A: hue angle of 342.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0215A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 90 -
CMYK 0 0.85 0.60 0.12
HSL 342.09º 0.75% 0.5% -
HSV(B) 342.09º 0.85% 0.88% -
XYZ 33.13 17.67 11.34 -
YUV 96.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 224 33 90 0 0.85 0.60 0.12 342.09 0.75 0.5
Hex E0 21 5A 0 55 3C C 156 4B 32
Octal 340 41 132 0 125 74 14 526 113 62
Binary 11100000 100001 1011010 0 1010101 111100 1100 101010110 1001011 110010

Color Harmonies of #E0215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0215A

Black with #E0215A

Text Example


Text Example

White with #E0215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0215A; }

 p { color: rgb(224,33,90); }

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

background-color css

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

 a { background-color: rgb(224,33,90); }

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

border-color css

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

 span { border-color: rgb(224,33,90); }

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