Html Css Color HEX #E74555 Amaranth

📋 copy color: '#E74555'

red 231 ◦ green 69 ◦ blue 85

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

Shades of Amaranth #E74555

Tints of Amaranth #E74555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 60%
G = 17.92%
B = 22.08%

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

#E74555 (or 0xE74555) is known color: Amaranth. HEX triplet: E7, 45 and 55. RGB value is (231,69,85). Sum of RGB (Red+Green+Blue) = 231+69+85=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E74555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74555 is #18BAAA. Grayscale: #777777. Windows color (decimal): -1620651 or 5588455. OLE color: 5588455.

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

Color convert

RGB 231 69 85 -
CMYK 0 0.70 0.63 0.09
HSL 354.07º 0.77% 0.59% -
HSV(B) 354.07º 0.7% 0.91% -
XYZ 36.72 21.9 10.89 -
YUV 119.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 231 69 85 0 0.70 0.63 0.09 354.07 0.77 0.59
Hex E7 45 55 0 46 3F 9 162 4D 3B
Octal 347 105 125 0 106 77 11 542 115 73
Binary 11100111 1000101 1010101 0 1000110 111111 1001 101100010 1001101 111011

Color Harmonies of #E74555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74555

Black with #E74555

Text Example


Text Example

White with #E74555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74555; }

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

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

background-color css

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

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

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

border-color css

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

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

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