Html Css Color HEX #E9304B Amaranth

📋 copy color: '#E9304B'

red 233 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #E9304B

Tints of Amaranth #E9304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 65.45%
G = 13.48%
B = 21.07%

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

#E9304B (or 0xE9304B) is known color: Amaranth. HEX triplet: E9, 30 and 4B. RGB value is (233,48,75). Sum of RGB (Red+Green+Blue) = 233+48+75=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9304B is #16CFB4. Grayscale: #6A6A6A. Windows color (decimal): -1494965 or 4927721. OLE color: 4927721.

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

Color convert

RGB 233 48 75 -
CMYK 0 0.79 0.68 0.09
HSL 351.24º 0.81% 0.55% -
HSV(B) 351.24º 0.79% 0.91% -
XYZ 35.93 19.95 8.61 -
YUV 106.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 233 48 75 0 0.79 0.68 0.09 351.24 0.81 0.55
Hex E9 30 4B 0 4F 44 9 15F 51 37
Octal 351 60 113 0 117 104 11 537 121 67
Binary 11101001 110000 1001011 0 1001111 1000100 1001 101011111 1010001 110111

Color Harmonies of #E9304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9304B

Black with #E9304B

Text Example


Text Example

White with #E9304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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