Html Css Color HEX #E74656 Amaranth

📋 copy color: '#E74656'

red 231 ◦ green 70 ◦ blue 86

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

Shades of Amaranth #E74656

Tints of Amaranth #E74656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 59.69%
G = 18.09%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E74656 (or 0xE74656) is known color: Amaranth. HEX triplet: E7, 46 and 56. RGB value is (231,70,86). Sum of RGB (Red+Green+Blue) = 231+70+86=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E74656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74656 is #18B9A9. Grayscale: #787878. Windows color (decimal): -1620394 or 5654247. OLE color: 5654247.

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

Color convert

RGB 231 70 86 -
CMYK 0 0.70 0.63 0.09
HSL 354.04º 0.77% 0.59% -
HSV(B) 354.04º 0.7% 0.91% -
XYZ 36.82 22.04 11.12 -
YUV 119.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 231 70 86 0 0.70 0.63 0.09 354.04 0.77 0.59
Hex E7 46 56 0 46 3F 9 162 4D 3B
Octal 347 106 126 0 106 77 11 542 115 73
Binary 11100111 1000110 1010110 0 1000110 111111 1001 101100010 1001101 111011

Color Harmonies of #E74656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74656

Black with #E74656

Text Example


Text Example

White with #E74656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74656; }

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

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

background-color css

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

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

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

border-color css

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

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

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