Html Css Color HEX #E9304E Amaranth

📋 copy color: '#E9304E'

red 233 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #E9304E

Tints of Amaranth #E9304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 64.9%
G = 13.37%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9304E (or 0xE9304E) is known color: Amaranth. HEX triplet: E9, 30 and 4E. RGB value is (233,48,78). Sum of RGB (Red+Green+Blue) = 233+48+78=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9304E is #16CFB1. Grayscale: #6A6A6A. Windows color (decimal): -1494962 or 5124329. OLE color: 5124329.

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

Color convert

RGB 233 48 78 -
CMYK 0 0.79 0.67 0.09
HSL 350.27º 0.81% 0.55% -
HSV(B) 350.27º 0.79% 0.91% -
XYZ 36.04 19.99 9.17 -
YUV 106.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 233 48 78 0 0.79 0.67 0.09 350.27 0.81 0.55
Hex E9 30 4E 0 4F 43 9 15E 51 37
Octal 351 60 116 0 117 103 11 536 121 67
Binary 11101001 110000 1001110 0 1001111 1000011 1001 101011110 1010001 110111

Color Harmonies of #E9304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9304E

Black with #E9304E

Text Example


Text Example

White with #E9304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9304E; }

 p { color: rgb(233,48,78); }

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

background-color css

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

 a { background-color: rgb(233,48,78); }

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

border-color css

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

 span { border-color: rgb(233,48,78); }

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