Html Css Color HEX #E7364E Amaranth

📋 copy color: '#E7364E'

red 231 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #E7364E

Tints of Amaranth #E7364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 63.64%
G = 14.88%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7364E (or 0xE7364E) is known color: Amaranth. HEX triplet: E7, 36 and 4E. RGB value is (231,54,78). Sum of RGB (Red+Green+Blue) = 231+54+78=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7364E is #18C9B1. Grayscale: #6D6D6D. Windows color (decimal): -1624498 or 5125863. OLE color: 5125863.

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

Color convert

RGB 231 54 78 -
CMYK 0 0.77 0.66 0.09
HSL 351.86º 0.79% 0.56% -
HSV(B) 351.86º 0.77% 0.91% -
XYZ 35.65 20.18 9.22 -
YUV 109.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 231 54 78 0 0.77 0.66 0.09 351.86 0.79 0.56
Hex E7 36 4E 0 4D 42 9 160 4F 38
Octal 347 66 116 0 115 102 11 540 117 70
Binary 11100111 110110 1001110 0 1001101 1000010 1001 101100000 1001111 111000

Color Harmonies of #E7364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7364E

Black with #E7364E

Text Example


Text Example

White with #E7364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7364E; }

 p { color: rgb(231,54,78); }

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

background-color css

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

 a { background-color: rgb(231,54,78); }

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

border-color css

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

 span { border-color: rgb(231,54,78); }

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