Html Css Color HEX #E9365B Amaranth

📋 copy color: '#E9365B'

red 233 ◦ green 54 ◦ blue 91

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

Shades of Amaranth #E9365B

Tints of Amaranth #E9365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.29%

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

R = 61.64%
G = 14.29%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9365B (or 0xE9365B) is known color: Amaranth. HEX triplet: E9, 36 and 5B. RGB value is (233,54,91). Sum of RGB (Red+Green+Blue) = 233+54+91=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9365B is #16C9A4. Grayscale: #6F6F6F. Windows color (decimal): -1493413 or 5977833. OLE color: 5977833.

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

Color convert

RGB 233 54 91 -
CMYK 0 0.77 0.61 0.09
HSL 347.6º 0.8% 0.56% -
HSV(B) 347.6º 0.77% 0.91% -
XYZ 36.81 20.72 11.96 -
YUV 111.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 233 54 91 0 0.77 0.61 0.09 347.6 0.8 0.56
Hex E9 36 5B 0 4D 3D 9 15C 50 38
Octal 351 66 133 0 115 75 11 534 120 70
Binary 11101001 110110 1011011 0 1001101 111101 1001 101011100 1010000 111000

Color Harmonies of #E9365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9365B

Black with #E9365B

Text Example


Text Example

White with #E9365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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