Html Css Color HEX #E9315B Amaranth

📋 copy color: '#E9315B'

red 233 ◦ green 49 ◦ blue 91

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

Shades of Amaranth #E9315B

Tints of Amaranth #E9315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 62.47%
G = 13.14%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9315B (or 0xE9315B) is known color: Amaranth. HEX triplet: E9, 31 and 5B. RGB value is (233,49,91). Sum of RGB (Red+Green+Blue) = 233+49+91=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9315B is #16CEA4. Grayscale: #6C6C6C. Windows color (decimal): -1494693 or 5976553. OLE color: 5976553.

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

Color convert

RGB 233 49 91 -
CMYK 0 0.79 0.61 0.09
HSL 346.3º 0.81% 0.55% -
HSV(B) 346.3º 0.79% 0.91% -
XYZ 36.59 20.28 11.88 -
YUV 108.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 233 49 91 0 0.79 0.61 0.09 346.3 0.81 0.55
Hex E9 31 5B 0 4F 3D 9 15A 51 37
Octal 351 61 133 0 117 75 11 532 121 67
Binary 11101001 110001 1011011 0 1001111 111101 1001 101011010 1010001 110111

Color Harmonies of #E9315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9315B

Black with #E9315B

Text Example


Text Example

White with #E9315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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