Html Css Color HEX #E5215B Amaranth

📋 copy color: '#E5215B'

red 229 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #E5215B

Tints of Amaranth #E5215B

RGB

 RED value IS 229 (89.84% from 255) = 64.87%

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 64.87%
G = 9.35%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5215B (or 0xE5215B) is known color: Amaranth. HEX triplet: E5, 21 and 5B. RGB value is (229,33,91). Sum of RGB (Red+Green+Blue) = 229+33+91=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5215B is #1ADEA4. Grayscale: #626262. Windows color (decimal): -1760933 or 5972453. OLE color: 5972453.

HSL color Cylindrical-coordinate representation of color #E5215B: hue angle of 342.24º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5215B is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 91 -
CMYK 0 0.86 0.60 0.10
HSL 342.24º 0.79% 0.51% -
HSV(B) 342.24º 0.86% 0.9% -
XYZ 34.75 18.5 11.64 -
YUV 98.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 229 33 91 0 0.86 0.60 0.10 342.24 0.79 0.51
Hex E5 21 5B 0 56 3C A 156 4F 33
Octal 345 41 133 0 126 74 12 526 117 63
Binary 11100101 100001 1011011 0 1010110 111100 1010 101010110 1001111 110011

Color Harmonies of #E5215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5215B

Black with #E5215B

Text Example


Text Example

White with #E5215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5215B; }

 p { color: rgb(229,33,91); }

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

background-color css

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

 a { background-color: rgb(229,33,91); }

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

border-color css

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

 span { border-color: rgb(229,33,91); }

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