Html Css Color HEX #E74456 Amaranth

📋 copy color: '#E74456'

red 231 ◦ green 68 ◦ blue 86

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

Shades of Amaranth #E74456

Tints of Amaranth #E74456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

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

R = 60%
G = 17.66%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E74456 (or 0xE74456) is known color: Amaranth. HEX triplet: E7, 44 and 56. RGB value is (231,68,86). Sum of RGB (Red+Green+Blue) = 231+68+86=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E74456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74456 is #18BBA9. Grayscale: #767676. Windows color (decimal): -1620906 or 5653735. OLE color: 5653735.

HSL color Cylindrical-coordinate representation of color #E74456: hue angle of 353.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74456 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 86 -
CMYK 0 0.71 0.63 0.09
HSL 353.37º 0.77% 0.59% -
HSV(B) 353.37º 0.71% 0.91% -
XYZ 36.7 21.8 11.08 -
YUV 118.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 231 68 86 0 0.71 0.63 0.09 353.37 0.77 0.59
Hex E7 44 56 0 47 3F 9 161 4D 3B
Octal 347 104 126 0 107 77 11 541 115 73
Binary 11100111 1000100 1010110 0 1000111 111111 1001 101100001 1001101 111011

Color Harmonies of #E74456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74456

Black with #E74456

Text Example


Text Example

White with #E74456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74456; }

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

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

background-color css

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

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

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

border-color css

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

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

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