Html Css Color HEX #E74050 Amaranth

📋 copy color: '#E74050'

red 231 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #E74050

Tints of Amaranth #E74050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 61.6%
G = 17.07%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E74050 (or 0xE74050) is known color: Amaranth. HEX triplet: E7, 40 and 50. RGB value is (231,64,80). Sum of RGB (Red+Green+Blue) = 231+64+80=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E74050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74050 is #18BFAF. Grayscale: #737373. Windows color (decimal): -1621936 or 5259495. OLE color: 5259495.

HSL color Cylindrical-coordinate representation of color #E74050: hue angle of 354.25º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74050 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 80 -
CMYK 0 0.72 0.65 0.09
HSL 354.25º 0.78% 0.58% -
HSV(B) 354.25º 0.72% 0.91% -
XYZ 36.24 21.23 9.78 -
YUV 115.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 231 64 80 0 0.72 0.65 0.09 354.25 0.78 0.58
Hex E7 40 50 0 48 41 9 162 4E 3A
Octal 347 100 120 0 110 101 11 542 116 72
Binary 11100111 1000000 1010000 0 1001000 1000001 1001 101100010 1001110 111010

Color Harmonies of #E74050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74050

Black with #E74050

Text Example


Text Example

White with #E74050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74050; }

 p { color: rgb(231,64,80); }

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

background-color css

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

 a { background-color: rgb(231,64,80); }

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

border-color css

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

 span { border-color: rgb(231,64,80); }

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