Html Css Color HEX #E9314A Amaranth

📋 copy color: '#E9314A'

red 233 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #E9314A

Tints of Amaranth #E9314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 65.45%
G = 13.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9314A (or 0xE9314A) is known color: Amaranth. HEX triplet: E9, 31 and 4A. RGB value is (233,49,74). Sum of RGB (Red+Green+Blue) = 233+49+74=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9314A is #16CEB5. Grayscale: #6A6A6A. Windows color (decimal): -1494710 or 4862441. OLE color: 4862441.

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

Color convert

RGB 233 49 74 -
CMYK 0 0.79 0.68 0.09
HSL 351.85º 0.81% 0.55% -
HSV(B) 351.85º 0.79% 0.91% -
XYZ 35.94 20.01 8.45 -
YUV 106.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 233 49 74 0 0.79 0.68 0.09 351.85 0.81 0.55
Hex E9 31 4A 0 4F 44 9 160 51 37
Octal 351 61 112 0 117 104 11 540 121 67
Binary 11101001 110001 1001010 0 1001111 1000100 1001 101100000 1010001 110111

Color Harmonies of #E9314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9314A

Black with #E9314A

Text Example


Text Example

White with #E9314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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