Html Css Color HEX #E7205B Amaranth

📋 copy color: '#E7205B'

red 231 ◦ green 32 ◦ blue 91

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

Shades of Amaranth #E7205B

Tints of Amaranth #E7205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 65.25%
G = 9.04%
B = 25.71%

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

#E7205B (or 0xE7205B) is known color: Amaranth. HEX triplet: E7, 20 and 5B. RGB value is (231,32,91). Sum of RGB (Red+Green+Blue) = 231+32+91=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7205B is #18DFA4. Grayscale: #626262. Windows color (decimal): -1630117 or 5972199. OLE color: 5972199.

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

Color convert

RGB 231 32 91 -
CMYK 0 0.86 0.61 0.09
HSL 342.21º 0.81% 0.52% -
HSV(B) 342.21º 0.86% 0.91% -
XYZ 35.36 18.78 11.66 -
YUV 98.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 231 32 91 0 0.86 0.61 0.09 342.21 0.81 0.52
Hex E7 20 5B 0 56 3D 9 156 51 34
Octal 347 40 133 0 126 75 11 526 121 64
Binary 11100111 100000 1011011 0 1010110 111101 1001 101010110 1010001 110100

Color Harmonies of #E7205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7205B

Black with #E7205B

Text Example


Text Example

White with #E7205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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