Html Css Color HEX #E1364E Amaranth

📋 copy color: '#E1364E'

red 225 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #E1364E

Tints of Amaranth #E1364E

RGB

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

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

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

R = 63.03%
G = 15.13%
B = 21.85%

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

#E1364E (or 0xE1364E) is known color: Amaranth. HEX triplet: E1, 36 and 4E. RGB value is (225,54,78). Sum of RGB (Red+Green+Blue) = 225+54+78=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1364E is #1EC9B1. Grayscale: #6B6B6B. Windows color (decimal): -2017714 or 5125857. OLE color: 5125857.

HSL color Cylindrical-coordinate representation of color #E1364E: hue angle of 351.58º 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 #E1364E is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 78 -
CMYK 0 0.76 0.65 0.12
HSL 351.58º 0.74% 0.55% -
HSV(B) 351.58º 0.76% 0.88% -
XYZ 33.75 19.2 9.13 -
YUV 107.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 225 54 78 0 0.76 0.65 0.12 351.58 0.74 0.55
Hex E1 36 4E 0 4C 41 C 160 4A 37
Octal 341 66 116 0 114 101 14 540 112 67
Binary 11100001 110110 1001110 0 1001100 1000001 1100 101100000 1001010 110111

Color Harmonies of #E1364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1364E

Black with #E1364E

Text Example


Text Example

White with #E1364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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