Html Css Color HEX #E7215B Amaranth

📋 copy color: '#E7215B'

red 231 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #E7215B

Tints of Amaranth #E7215B

RGB

 RED value IS 231 (90.63% from 255) = 65.07%

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

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

R = 65.07%
G = 9.3%
B = 25.63%

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

#E7215B (or 0xE7215B) is known color: Amaranth. HEX triplet: E7, 21 and 5B. RGB value is (231,33,91). Sum of RGB (Red+Green+Blue) = 231+33+91=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7215B is #18DEA4. Grayscale: #626262. Windows color (decimal): -1629861 or 5972455. OLE color: 5972455.

HSL color Cylindrical-coordinate representation of color #E7215B: hue angle of 342.42º degrees, saturation: 0.8, 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 #E7215B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 91 -
CMYK 0 0.86 0.61 0.09
HSL 342.42º 0.8% 0.52% -
HSV(B) 342.42º 0.86% 0.91% -
XYZ 35.39 18.83 11.67 -
YUV 98.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 231 33 91 0 0.86 0.61 0.09 342.42 0.8 0.52
Hex E7 21 5B 0 56 3D 9 156 50 34
Octal 347 41 133 0 126 75 11 526 120 64
Binary 11100111 100001 1011011 0 1010110 111101 1001 101010110 1010000 110100

Color Harmonies of #E7215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7215B

Black with #E7215B

Text Example


Text Example

White with #E7215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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