Html Css Color HEX #E14044 Amaranth

📋 copy color: '#E14044'

red 225 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #E14044

Tints of Amaranth #E14044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 63.03%
G = 17.93%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14044 (or 0xE14044) is known color: Amaranth. HEX triplet: E1, 40 and 44. RGB value is (225,64,68). Sum of RGB (Red+Green+Blue) = 225+64+68=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E14044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14044 is #1EBFBB. Grayscale: #707070. Windows color (decimal): -2015164 or 4473057. OLE color: 4473057.

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

Color convert

RGB 225 64 68 -
CMYK 0 0.72 0.70 0.12
HSL 358.51º 0.73% 0.57% -
HSV(B) 358.51º 0.72% 0.88% -
XYZ 33.93 20.09 7.56 -
YUV 112.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 225 64 68 0 0.72 0.70 0.12 358.51 0.73 0.57
Hex E1 40 44 0 48 46 C 167 49 39
Octal 341 100 104 0 110 106 14 547 111 71
Binary 11100001 1000000 1000100 0 1001000 1000110 1100 101100111 1001001 111001

Color Harmonies of #E14044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14044

Black with #E14044

Text Example


Text Example

White with #E14044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14044; }

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

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

background-color css

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

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

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

border-color css

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

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

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