Html Css Color HEX #E3215B Amaranth

📋 copy color: '#E3215B'

red 227 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #E3215B

Tints of Amaranth #E3215B

RGB

 RED value IS 227 (89.06% from 255) = 64.67%

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

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

R = 64.67%
G = 9.4%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3215B (or 0xE3215B) is known color: Amaranth. HEX triplet: E3, 21 and 5B. RGB value is (227,33,91). Sum of RGB (Red+Green+Blue) = 227+33+91=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3215B is #1CDEA4. Grayscale: #616161. Windows color (decimal): -1892005 or 5972451. OLE color: 5972451.

HSL color Cylindrical-coordinate representation of color #E3215B: hue angle of 342.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3215B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 91 -
CMYK 0 0.85 0.60 0.11
HSL 342.06º 0.78% 0.51% -
HSV(B) 342.06º 0.85% 0.89% -
XYZ 34.11 18.17 11.61 -
YUV 97.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 227 33 91 0 0.85 0.60 0.11 342.06 0.78 0.51
Hex E3 21 5B 0 55 3C B 156 4E 33
Octal 343 41 133 0 125 74 13 526 116 63
Binary 11100011 100001 1011011 0 1010101 111100 1011 101010110 1001110 110011

Color Harmonies of #E3215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3215B

Black with #E3215B

Text Example


Text Example

White with #E3215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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