Html Css Color HEX #E9315A Amaranth

📋 copy color: '#E9315A'

red 233 ◦ green 49 ◦ blue 90

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

Shades of Amaranth #E9315A

Tints of Amaranth #E9315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 62.63%
G = 13.17%
B = 24.19%

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

#E9315A (or 0xE9315A) is known color: Amaranth. HEX triplet: E9, 31 and 5A. RGB value is (233,49,90). Sum of RGB (Red+Green+Blue) = 233+49+90=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E9315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9315A is #16CEA5. Grayscale: #6C6C6C. Windows color (decimal): -1494694 or 5911017. OLE color: 5911017.

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

Color convert

RGB 233 49 90 -
CMYK 0 0.79 0.61 0.09
HSL 346.63º 0.81% 0.55% -
HSV(B) 346.63º 0.79% 0.91% -
XYZ 36.55 20.26 11.66 -
YUV 108.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 233 49 90 0 0.79 0.61 0.09 346.63 0.81 0.55
Hex E9 31 5A 0 4F 3D 9 15B 51 37
Octal 351 61 132 0 117 75 11 533 121 67
Binary 11101001 110001 1011010 0 1001111 111101 1001 101011011 1010001 110111

Color Harmonies of #E9315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9315A

Black with #E9315A

Text Example


Text Example

White with #E9315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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