Html Css Color HEX #E9294F Amaranth

📋 copy color: '#E9294F'

red 233 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #E9294F

Tints of Amaranth #E9294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 66.01%
G = 11.61%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9294F (or 0xE9294F) is known color: Amaranth. HEX triplet: E9, 29 and 4F. RGB value is (233,41,79). Sum of RGB (Red+Green+Blue) = 233+41+79=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E9294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9294F is #16D6B0. Grayscale: #666666. Windows color (decimal): -1496753 or 5188073. OLE color: 5188073.

HSL color Cylindrical-coordinate representation of color #E9294F: hue angle of 348.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9294F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 41 79 -
CMYK 0 0.82 0.66 0.09
HSL 348.13º 0.81% 0.54% -
HSV(B) 348.13º 0.82% 0.91% -
XYZ 35.81 19.47 9.27 -
YUV 102.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 233 41 79 0 0.82 0.66 0.09 348.13 0.81 0.54
Hex E9 29 4F 0 52 42 9 15C 51 36
Octal 351 51 117 0 122 102 11 534 121 66
Binary 11101001 101001 1001111 0 1010010 1000010 1001 101011100 1010001 110110

Color Harmonies of #E9294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9294F

Black with #E9294F

Text Example


Text Example

White with #E9294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9294F; }

 p { color: rgb(233,41,79); }

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

background-color css

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

 a { background-color: rgb(233,41,79); }

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

border-color css

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

 span { border-color: rgb(233,41,79); }

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