Html Css Color HEX #E94546 Amaranth

📋 copy color: '#E94546'

red 233 ◦ green 69 ◦ blue 70

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

Shades of Amaranth #E94546

Tints of Amaranth #E94546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 62.63%
G = 18.55%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E94546 (or 0xE94546) is known color: Amaranth. HEX triplet: E9, 45 and 46. RGB value is (233,69,70). Sum of RGB (Red+Green+Blue) = 233+69+70=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94546 is #16BAB9. Grayscale: #767676. Windows color (decimal): -1489594 or 4605417. OLE color: 4605417.

HSL color Cylindrical-coordinate representation of color #E94546: hue angle of 359.63º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94546 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 70 -
CMYK 0 0.70 0.70 0.09
HSL 359.63º 0.79% 0.59% -
HSV(B) 359.63º 0.7% 0.91% -
XYZ 36.84 22.02 8.1 -
YUV 118.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 233 69 70 0 0.70 0.70 0.09 359.63 0.79 0.59
Hex E9 45 46 0 46 46 9 168 4F 3B
Octal 351 105 106 0 106 106 11 550 117 73
Binary 11101001 1000101 1000110 0 1000110 1000110 1001 101101000 1001111 111011

Color Harmonies of #E94546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94546

Black with #E94546

Text Example


Text Example

White with #E94546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94546; }

 p { color: rgb(233,69,70); }

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

background-color css

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

 a { background-color: rgb(233,69,70); }

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

border-color css

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

 span { border-color: rgb(233,69,70); }

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