Html Css Color HEX #E74655 Amaranth

📋 copy color: '#E74655'

red 231 ◦ green 70 ◦ blue 85

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

Shades of Amaranth #E74655

Tints of Amaranth #E74655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.02%

R = 59.84%
G = 18.13%
B = 22.02%

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

#E74655 (or 0xE74655) is known color: Amaranth. HEX triplet: E7, 46 and 55. RGB value is (231,70,85). Sum of RGB (Red+Green+Blue) = 231+70+85=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E74655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74655 is #18B9AA. Grayscale: #777777. Windows color (decimal): -1620395 or 5588711. OLE color: 5588711.

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

Color convert

RGB 231 70 85 -
CMYK 0 0.70 0.63 0.09
HSL 354.41º 0.77% 0.59% -
HSV(B) 354.41º 0.7% 0.91% -
XYZ 36.78 22.03 10.91 -
YUV 119.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 231 70 85 0 0.70 0.63 0.09 354.41 0.77 0.59
Hex E7 46 55 0 46 3F 9 162 4D 3B
Octal 347 106 125 0 106 77 11 542 115 73
Binary 11100111 1000110 1010101 0 1000110 111111 1001 101100010 1001101 111011

Color Harmonies of #E74655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74655

Black with #E74655

Text Example


Text Example

White with #E74655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74655; }

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

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

background-color css

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

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

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

border-color css

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

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

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