Html Css Color HEX #E9464C Amaranth

📋 copy color: '#E9464C'

red 233 ◦ green 70 ◦ blue 76

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

Shades of Amaranth #E9464C

Tints of Amaranth #E9464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 61.48%
G = 18.47%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9464C (or 0xE9464C) is known color: Amaranth. HEX triplet: E9, 46 and 4C. RGB value is (233,70,76). Sum of RGB (Red+Green+Blue) = 233+70+76=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9464C is #16B9B3. Grayscale: #777777. Windows color (decimal): -1489332 or 4998889. OLE color: 4998889.

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

Color convert

RGB 233 70 76 -
CMYK 0 0.70 0.67 0.09
HSL 357.79º 0.79% 0.59% -
HSV(B) 357.79º 0.7% 0.91% -
XYZ 37.1 22.23 9.17 -
YUV 119.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 233 70 76 0 0.70 0.67 0.09 357.79 0.79 0.59
Hex E9 46 4C 0 46 43 9 166 4F 3B
Octal 351 106 114 0 106 103 11 546 117 73
Binary 11101001 1000110 1001100 0 1000110 1000011 1001 101100110 1001111 111011

Color Harmonies of #E9464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9464C

Black with #E9464C

Text Example


Text Example

White with #E9464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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