Html Css Color HEX #E9215B Amaranth

📋 copy color: '#E9215B'

red 233 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #E9215B

Tints of Amaranth #E9215B

RGB

 RED value IS 233 (91.41% from 255) = 65.27%

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

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

R = 65.27%
G = 9.24%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9215B (or 0xE9215B) is known color: Amaranth. HEX triplet: E9, 21 and 5B. RGB value is (233,33,91). Sum of RGB (Red+Green+Blue) = 233+33+91=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E9215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9215B is #16DEA4. Grayscale: #636363. Windows color (decimal): -1498789 or 5972457. OLE color: 5972457.

HSL color Cylindrical-coordinate representation of color #E9215B: hue angle of 342.6º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9215B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 91 -
CMYK 0 0.86 0.61 0.09
HSL 342.6º 0.82% 0.52% -
HSV(B) 342.6º 0.86% 0.91% -
XYZ 36.04 19.17 11.7 -
YUV 99.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 233 33 91 0 0.86 0.61 0.09 342.6 0.82 0.52
Hex E9 21 5B 0 56 3D 9 157 52 34
Octal 351 41 133 0 126 75 11 527 122 64
Binary 11101001 100001 1011011 0 1010110 111101 1001 101010111 1010010 110100

Color Harmonies of #E9215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9215B

Black with #E9215B

Text Example


Text Example

White with #E9215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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