Html Css Color HEX #E74455 Amaranth

📋 copy color: '#E74455'

red 231 ◦ green 68 ◦ blue 85

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

Shades of Amaranth #E74455

Tints of Amaranth #E74455

RGB

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

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

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

R = 60.16%
G = 17.71%
B = 22.14%

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

#E74455 (or 0xE74455) is known color: Amaranth. HEX triplet: E7, 44 and 55. RGB value is (231,68,85). Sum of RGB (Red+Green+Blue) = 231+68+85=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E74455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74455 is #18BBAA. Grayscale: #767676. Windows color (decimal): -1620907 or 5588199. OLE color: 5588199.

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

Color convert

RGB 231 68 85 -
CMYK 0 0.71 0.63 0.09
HSL 353.74º 0.77% 0.59% -
HSV(B) 353.74º 0.71% 0.91% -
XYZ 36.66 21.78 10.87 -
YUV 118.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 231 68 85 0 0.71 0.63 0.09 353.74 0.77 0.59
Hex E7 44 55 0 47 3F 9 162 4D 3B
Octal 347 104 125 0 107 77 11 542 115 73
Binary 11100111 1000100 1010101 0 1000111 111111 1001 101100010 1001101 111011

Color Harmonies of #E74455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74455

Black with #E74455

Text Example


Text Example

White with #E74455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74455; }

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

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

background-color css

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

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

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

border-color css

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

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

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