Html Css Color HEX #E1364F Amaranth

📋 copy color: '#E1364F'

red 225 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #E1364F

Tints of Amaranth #E1364F

RGB

 RED value IS 225 (88.28% from 255) = 62.85%

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

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

R = 62.85%
G = 15.08%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1364F (or 0xE1364F) is known color: Amaranth. HEX triplet: E1, 36 and 4F. RGB value is (225,54,79). Sum of RGB (Red+Green+Blue) = 225+54+79=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1364F is #1EC9B0. Grayscale: #6C6C6C. Windows color (decimal): -2017713 or 5191393. OLE color: 5191393.

HSL color Cylindrical-coordinate representation of color #E1364F: hue angle of 351.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1364F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 79 -
CMYK 0 0.76 0.65 0.12
HSL 351.23º 0.74% 0.55% -
HSV(B) 351.23º 0.76% 0.88% -
XYZ 33.78 19.21 9.32 -
YUV 107.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 225 54 79 0 0.76 0.65 0.12 351.23 0.74 0.55
Hex E1 36 4F 0 4C 41 C 15F 4A 37
Octal 341 66 117 0 114 101 14 537 112 67
Binary 11100001 110110 1001111 0 1001100 1000001 1100 101011111 1001010 110111

Color Harmonies of #E1364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1364F

Black with #E1364F

Text Example


Text Example

White with #E1364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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