Html Css Color HEX #E14053 Amaranth

📋 copy color: '#E14053'

red 225 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #E14053

Tints of Amaranth #E14053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 60.48%
G = 17.2%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E14053 (or 0xE14053) is known color: Amaranth. HEX triplet: E1, 40 and 53. RGB value is (225,64,83). Sum of RGB (Red+Green+Blue) = 225+64+83=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E14053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14053 is #1EBFAC. Grayscale: #727272. Windows color (decimal): -2015149 or 5456097. OLE color: 5456097.

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

Color convert

RGB 225 64 83 -
CMYK 0 0.72 0.63 0.12
HSL 352.92º 0.73% 0.57% -
HSV(B) 352.92º 0.72% 0.88% -
XYZ 34.45 20.3 10.29 -
YUV 114.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 225 64 83 0 0.72 0.63 0.12 352.92 0.73 0.57
Hex E1 40 53 0 48 3F C 161 49 39
Octal 341 100 123 0 110 77 14 541 111 71
Binary 11100001 1000000 1010011 0 1001000 111111 1100 101100001 1001001 111001

Color Harmonies of #E14053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14053

Black with #E14053

Text Example


Text Example

White with #E14053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14053; }

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

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

background-color css

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

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

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

border-color css

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

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

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