Html Css Color HEX #E74354 Amaranth

📋 copy color: '#E74354'

red 231 ◦ green 67 ◦ blue 84

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

Shades of Amaranth #E74354

Tints of Amaranth #E74354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 60.47%
G = 17.54%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E74354 (or 0xE74354) is known color: Amaranth. HEX triplet: E7, 43 and 54. RGB value is (231,67,84). Sum of RGB (Red+Green+Blue) = 231+67+84=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E74354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74354 is #18BCAB. Grayscale: #767676. Windows color (decimal): -1621164 or 5522407. OLE color: 5522407.

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

Color convert

RGB 231 67 84 -
CMYK 0 0.71 0.64 0.09
HSL 353.78º 0.77% 0.58% -
HSV(B) 353.78º 0.71% 0.91% -
XYZ 36.56 21.64 10.64 -
YUV 117.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 231 67 84 0 0.71 0.64 0.09 353.78 0.77 0.58
Hex E7 43 54 0 47 40 9 162 4D 3A
Octal 347 103 124 0 107 100 11 542 115 72
Binary 11100111 1000011 1010100 0 1000111 1000000 1001 101100010 1001101 111010

Color Harmonies of #E74354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74354

Black with #E74354

Text Example


Text Example

White with #E74354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74354; }

 p { color: rgb(231,67,84); }

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

background-color css

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

 a { background-color: rgb(231,67,84); }

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

border-color css

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

 span { border-color: rgb(231,67,84); }

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