Html Css Color HEX #E14056 Amaranth

📋 copy color: '#E14056'

red 225 ◦ green 64 ◦ blue 86

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

Shades of Amaranth #E14056

Tints of Amaranth #E14056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 60%
G = 17.07%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E14056 (or 0xE14056) is known color: Amaranth. HEX triplet: E1, 40 and 56. RGB value is (225,64,86). Sum of RGB (Red+Green+Blue) = 225+64+86=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E14056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14056 is #1EBFA9. Grayscale: #727272. Windows color (decimal): -2015146 or 5652705. OLE color: 5652705.

HSL color Cylindrical-coordinate representation of color #E14056: hue angle of 351.8º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14056 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 86 -
CMYK 0 0.72 0.62 0.12
HSL 351.8º 0.73% 0.57% -
HSV(B) 351.8º 0.72% 0.88% -
XYZ 34.56 20.35 10.91 -
YUV 114.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 225 64 86 0 0.72 0.62 0.12 351.8 0.73 0.57
Hex E1 40 56 0 48 3E C 160 49 39
Octal 341 100 126 0 110 76 14 540 111 71
Binary 11100001 1000000 1010110 0 1001000 111110 1100 101100000 1001001 111001

Color Harmonies of #E14056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14056

Black with #E14056

Text Example


Text Example

White with #E14056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14056; }

 p { color: rgb(225,64,86); }

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

background-color css

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

 a { background-color: rgb(225,64,86); }

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

border-color css

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

 span { border-color: rgb(225,64,86); }

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