Html Css Color HEX #E1364D Amaranth

📋 copy color: '#E1364D'

red 225 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #E1364D

Tints of Amaranth #E1364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 63.2%
G = 15.17%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1364D (or 0xE1364D) is known color: Amaranth. HEX triplet: E1, 36 and 4D. RGB value is (225,54,77). Sum of RGB (Red+Green+Blue) = 225+54+77=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1364D is #1EC9B2. Grayscale: #6B6B6B. Windows color (decimal): -2017715 or 5060321. OLE color: 5060321.

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

Color convert

RGB 225 54 77 -
CMYK 0 0.76 0.66 0.12
HSL 351.93º 0.74% 0.55% -
HSV(B) 351.93º 0.76% 0.88% -
XYZ 33.71 19.18 8.95 -
YUV 107.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 225 54 77 0 0.76 0.66 0.12 351.93 0.74 0.55
Hex E1 36 4D 0 4C 42 C 160 4A 37
Octal 341 66 115 0 114 102 14 540 112 67
Binary 11100001 110110 1001101 0 1001100 1000010 1100 101100000 1001010 110111

Color Harmonies of #E1364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1364D

Black with #E1364D

Text Example


Text Example

White with #E1364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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