Html Css Color HEX #E5364F Amaranth

📋 copy color: '#E5364F'

red 229 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #E5364F

Tints of Amaranth #E5364F

RGB

 RED value IS 229 (89.84% from 255) = 63.26%

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 63.26%
G = 14.92%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5364F (or 0xE5364F) is known color: Amaranth. HEX triplet: E5, 36 and 4F. RGB value is (229,54,79). Sum of RGB (Red+Green+Blue) = 229+54+79=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5364F is #1AC9B0. Grayscale: #6D6D6D. Windows color (decimal): -1755569 or 5191397. OLE color: 5191397.

HSL color Cylindrical-coordinate representation of color #E5364F: hue angle of 351.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5364F is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 54 79 -
CMYK 0 0.76 0.66 0.10
HSL 351.43º 0.77% 0.55% -
HSV(B) 351.43º 0.76% 0.9% -
XYZ 35.04 19.86 9.38 -
YUV 109.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 229 54 79 0 0.76 0.66 0.10 351.43 0.77 0.55
Hex E5 36 4F 0 4C 42 A 15F 4D 37
Octal 345 66 117 0 114 102 12 537 115 67
Binary 11100101 110110 1001111 0 1001100 1000010 1010 101011111 1001101 110111

Color Harmonies of #E5364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5364F

Black with #E5364F

Text Example


Text Example

White with #E5364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5364F; }

 p { color: rgb(229,54,79); }

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

background-color css

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

 a { background-color: rgb(229,54,79); }

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

border-color css

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

 span { border-color: rgb(229,54,79); }

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