Html Css Color HEX #E9345B Amaranth

📋 copy color: '#E9345B'

red 233 ◦ green 52 ◦ blue 91

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

Shades of Amaranth #E9345B

Tints of Amaranth #E9345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 61.97%
G = 13.83%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9345B (or 0xE9345B) is known color: Amaranth. HEX triplet: E9, 34 and 5B. RGB value is (233,52,91). Sum of RGB (Red+Green+Blue) = 233+52+91=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9345B is #16CBA4. Grayscale: #6E6E6E. Windows color (decimal): -1493925 or 5977321. OLE color: 5977321.

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

Color convert

RGB 233 52 91 -
CMYK 0 0.78 0.61 0.09
HSL 347.07º 0.8% 0.56% -
HSV(B) 347.07º 0.78% 0.91% -
XYZ 36.72 20.53 11.93 -
YUV 110.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 233 52 91 0 0.78 0.61 0.09 347.07 0.8 0.56
Hex E9 34 5B 0 4E 3D 9 15B 50 38
Octal 351 64 133 0 116 75 11 533 120 70
Binary 11101001 110100 1011011 0 1001110 111101 1001 101011011 1010000 111000

Color Harmonies of #E9345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9345B

Black with #E9345B

Text Example


Text Example

White with #E9345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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