Html Css Color HEX #E14051 Amaranth

📋 copy color: '#E14051'

red 225 ◦ green 64 ◦ blue 81

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

Shades of Amaranth #E14051

Tints of Amaranth #E14051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 60.81%
G = 17.3%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14051 (or 0xE14051) is known color: Amaranth. HEX triplet: E1, 40 and 51. RGB value is (225,64,81). Sum of RGB (Red+Green+Blue) = 225+64+81=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E14051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14051 is #1EBFAE. Grayscale: #727272. Windows color (decimal): -2015151 or 5325025. OLE color: 5325025.

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

Color convert

RGB 225 64 81 -
CMYK 0 0.72 0.64 0.12
HSL 353.66º 0.73% 0.57% -
HSV(B) 353.66º 0.72% 0.88% -
XYZ 34.37 20.27 9.89 -
YUV 114.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 225 64 81 0 0.72 0.64 0.12 353.66 0.73 0.57
Hex E1 40 51 0 48 40 C 162 49 39
Octal 341 100 121 0 110 100 14 542 111 71
Binary 11100001 1000000 1010001 0 1001000 1000000 1100 101100010 1001001 111001

Color Harmonies of #E14051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14051

Black with #E14051

Text Example


Text Example

White with #E14051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14051; }

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

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

background-color css

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

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

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

border-color css

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

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

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