Html Css Color HEX #E7464F Amaranth

📋 copy color: '#E7464F'

red 231 ◦ green 70 ◦ blue 79

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

Shades of Amaranth #E7464F

Tints of Amaranth #E7464F

RGB

 RED value IS 231 (90.63% from 255) = 60.79%

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

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

R = 60.79%
G = 18.42%
B = 20.79%

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

#E7464F (or 0xE7464F) is known color: Amaranth. HEX triplet: E7, 46 and 4F. RGB value is (231,70,79). Sum of RGB (Red+Green+Blue) = 231+70+79=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E7464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7464F is #18B9B0. Grayscale: #777777. Windows color (decimal): -1620401 or 5195495. OLE color: 5195495.

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

Color convert

RGB 231 70 79 -
CMYK 0 0.70 0.66 0.09
HSL 356.65º 0.77% 0.59% -
HSV(B) 356.65º 0.7% 0.91% -
XYZ 36.56 21.93 9.7 -
YUV 119.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 231 70 79 0 0.70 0.66 0.09 356.65 0.77 0.59
Hex E7 46 4F 0 46 42 9 165 4D 3B
Octal 347 106 117 0 106 102 11 545 115 73
Binary 11100111 1000110 1001111 0 1000110 1000010 1001 101100101 1001101 111011

Color Harmonies of #E7464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7464F

Black with #E7464F

Text Example


Text Example

White with #E7464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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