Html Css Color HEX #E9314F Amaranth

📋 copy color: '#E9314F'

red 233 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #E9314F

Tints of Amaranth #E9314F

RGB

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

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

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

R = 64.54%
G = 13.57%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9314F (or 0xE9314F) is known color: Amaranth. HEX triplet: E9, 31 and 4F. RGB value is (233,49,79). Sum of RGB (Red+Green+Blue) = 233+49+79=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9314F is #16CEB0. Grayscale: #6B6B6B. Windows color (decimal): -1494705 or 5190121. OLE color: 5190121.

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

Color convert

RGB 233 49 79 -
CMYK 0 0.79 0.66 0.09
HSL 350.22º 0.81% 0.55% -
HSV(B) 350.22º 0.79% 0.91% -
XYZ 36.11 20.08 9.37 -
YUV 107.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 233 49 79 0 0.79 0.66 0.09 350.22 0.81 0.55
Hex E9 31 4F 0 4F 42 9 15E 51 37
Octal 351 61 117 0 117 102 11 536 121 67
Binary 11101001 110001 1001111 0 1001111 1000010 1001 101011110 1010001 110111

Color Harmonies of #E9314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9314F

Black with #E9314F

Text Example


Text Example

White with #E9314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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