Html Css Color HEX #E9305B Amaranth

📋 copy color: '#E9305B'

red 233 ◦ green 48 ◦ blue 91

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

Shades of Amaranth #E9305B

Tints of Amaranth #E9305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 62.63%
G = 12.9%
B = 24.46%

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

#E9305B (or 0xE9305B) is known color: Amaranth. HEX triplet: E9, 30 and 5B. RGB value is (233,48,91). Sum of RGB (Red+Green+Blue) = 233+48+91=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E9305B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9305B is #16CFA4. Grayscale: #6C6C6C. Windows color (decimal): -1494949 or 5976297. OLE color: 5976297.

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

Color convert

RGB 233 48 91 -
CMYK 0 0.79 0.61 0.09
HSL 346.05º 0.81% 0.55% -
HSV(B) 346.05º 0.79% 0.91% -
XYZ 36.55 20.19 11.87 -
YUV 108.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 233 48 91 0 0.79 0.61 0.09 346.05 0.81 0.55
Hex E9 30 5B 0 4F 3D 9 15A 51 37
Octal 351 60 133 0 117 75 11 532 121 67
Binary 11101001 110000 1011011 0 1001111 111101 1001 101011010 1010001 110111

Color Harmonies of #E9305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9305B

Black with #E9305B

Text Example


Text Example

White with #E9305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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