Html Css Color HEX #E9194B Amaranth

📋 copy color: '#E9194B'

red 233 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #E9194B

Tints of Amaranth #E9194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

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

R = 69.97%
G = 7.51%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9194B (or 0xE9194B) is known color: Amaranth. HEX triplet: E9, 19 and 4B. RGB value is (233,25,75). Sum of RGB (Red+Green+Blue) = 233+25+75=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9194B is #16E6B4. Grayscale: #5C5C5C. Windows color (decimal): -1500853 or 4921833. OLE color: 4921833.

HSL color Cylindrical-coordinate representation of color #E9194B: hue angle of 345.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9194B is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 25 75 -
CMYK 0 0.89 0.68 0.09
HSL 345.58º 0.83% 0.51% -
HSV(B) 345.58º 0.89% 0.91% -
XYZ 35.22 18.53 8.38 -
YUV 92.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 233 25 75 0 0.89 0.68 0.09 345.58 0.83 0.51
Hex E9 19 4B 0 59 44 9 15A 53 33
Octal 351 31 113 0 131 104 11 532 123 63
Binary 11101001 11001 1001011 0 1011001 1000100 1001 101011010 1010011 110011

Color Harmonies of #E9194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9194B

Black with #E9194B

Text Example


Text Example

White with #E9194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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