Html Css Color HEX #E9464A Amaranth

📋 copy color: '#E9464A'

red 233 ◦ green 70 ◦ blue 74

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

Shades of Amaranth #E9464A

Tints of Amaranth #E9464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 61.8%
G = 18.57%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9464A (or 0xE9464A) is known color: Amaranth. HEX triplet: E9, 46 and 4A. RGB value is (233,70,74). Sum of RGB (Red+Green+Blue) = 233+70+74=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E9464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9464A is #16B9B5. Grayscale: #777777. Windows color (decimal): -1489334 or 4867817. OLE color: 4867817.

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

Color convert

RGB 233 70 74 -
CMYK 0 0.70 0.68 0.09
HSL 358.53º 0.79% 0.59% -
HSV(B) 358.53º 0.7% 0.91% -
XYZ 37.03 22.2 8.81 -
YUV 119.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 233 70 74 0 0.70 0.68 0.09 358.53 0.79 0.59
Hex E9 46 4A 0 46 44 9 167 4F 3B
Octal 351 106 112 0 106 104 11 547 117 73
Binary 11101001 1000110 1001010 0 1000110 1000100 1001 101100111 1001111 111011

Color Harmonies of #E9464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9464A

Black with #E9464A

Text Example


Text Example

White with #E9464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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