Html Css Color HEX #E9464F Amaranth

📋 copy color: '#E9464F'

red 233 ◦ green 70 ◦ blue 79

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

Shades of Amaranth #E9464F

Tints of Amaranth #E9464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 60.99%
G = 18.32%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9464F (or 0xE9464F) is known color: Amaranth. HEX triplet: E9, 46 and 4F. RGB value is (233,70,79). Sum of RGB (Red+Green+Blue) = 233+70+79=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E9464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9464F is #16B9B0. Grayscale: #777777. Windows color (decimal): -1489329 or 5195497. OLE color: 5195497.

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

Color convert

RGB 233 70 79 -
CMYK 0 0.70 0.66 0.09
HSL 356.69º 0.79% 0.59% -
HSV(B) 356.69º 0.7% 0.91% -
XYZ 37.21 22.27 9.73 -
YUV 119.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 233 70 79 0 0.70 0.66 0.09 356.69 0.79 0.59
Hex E9 46 4F 0 46 42 9 165 4F 3B
Octal 351 106 117 0 106 102 11 545 117 73
Binary 11101001 1000110 1001111 0 1000110 1000010 1001 101100101 1001111 111011

Color Harmonies of #E9464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9464F

Black with #E9464F

Text Example


Text Example

White with #E9464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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