Html Css Color HEX #E9364F Amaranth

📋 copy color: '#E9364F'

red 233 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #E9364F

Tints of Amaranth #E9364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 63.66%
G = 14.75%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9364F (or 0xE9364F) is known color: Amaranth. HEX triplet: E9, 36 and 4F. RGB value is (233,54,79). Sum of RGB (Red+Green+Blue) = 233+54+79=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9364F is #16C9B0. Grayscale: #6E6E6E. Windows color (decimal): -1493425 or 5191401. OLE color: 5191401.

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

Color convert

RGB 233 54 79 -
CMYK 0 0.77 0.66 0.09
HSL 351.62º 0.8% 0.56% -
HSV(B) 351.62º 0.77% 0.91% -
XYZ 36.33 20.53 9.44 -
YUV 110.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 233 54 79 0 0.77 0.66 0.09 351.62 0.8 0.56
Hex E9 36 4F 0 4D 42 9 160 50 38
Octal 351 66 117 0 115 102 11 540 120 70
Binary 11101001 110110 1001111 0 1001101 1000010 1001 101100000 1010000 111000

Color Harmonies of #E9364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9364F

Black with #E9364F

Text Example


Text Example

White with #E9364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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