Html Css Color HEX #E94044 Amaranth

📋 copy color: '#E94044'

red 233 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #E94044

Tints of Amaranth #E94044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 63.84%
G = 17.53%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E94044 (or 0xE94044) is known color: Amaranth. HEX triplet: E9, 40 and 44. RGB value is (233,64,68). Sum of RGB (Red+Green+Blue) = 233+64+68=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E94044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94044 is #16BFBB. Grayscale: #737373. Windows color (decimal): -1490876 or 4473065. OLE color: 4473065.

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

Color convert

RGB 233 64 68 -
CMYK 0 0.73 0.71 0.09
HSL 358.58º 0.79% 0.58% -
HSV(B) 358.58º 0.73% 0.91% -
XYZ 36.48 21.41 7.68 -
YUV 114.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 233 64 68 0 0.73 0.71 0.09 358.58 0.79 0.58
Hex E9 40 44 0 49 47 9 167 4F 3A
Octal 351 100 104 0 111 107 11 547 117 72
Binary 11101001 1000000 1000100 0 1001001 1000111 1001 101100111 1001111 111010

Color Harmonies of #E94044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94044

Black with #E94044

Text Example


Text Example

White with #E94044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94044; }

 p { color: rgb(233,64,68); }

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

background-color css

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

 a { background-color: rgb(233,64,68); }

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

border-color css

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

 span { border-color: rgb(233,64,68); }

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