Html Css Color HEX #E14144 Amaranth

📋 copy color: '#E14144'

red 225 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #E14144

Tints of Amaranth #E14144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

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

R = 62.85%
G = 18.16%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14144 (or 0xE14144) is known color: Amaranth. HEX triplet: E1, 41 and 44. RGB value is (225,65,68). Sum of RGB (Red+Green+Blue) = 225+65+68=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E14144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14144 is #1EBEBB. Grayscale: #717171. Windows color (decimal): -2014908 or 4473313. OLE color: 4473313.

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

Color convert

RGB 225 65 68 -
CMYK 0 0.71 0.70 0.12
HSL 358.88º 0.73% 0.57% -
HSV(B) 358.88º 0.71% 0.88% -
XYZ 33.99 20.21 7.58 -
YUV 113.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 225 65 68 0 0.71 0.70 0.12 358.88 0.73 0.57
Hex E1 41 44 0 47 46 C 167 49 39
Octal 341 101 104 0 107 106 14 547 111 71
Binary 11100001 1000001 1000100 0 1000111 1000110 1100 101100111 1001001 111001

Color Harmonies of #E14144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14144

Black with #E14144

Text Example


Text Example

White with #E14144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14144; }

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

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

background-color css

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

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

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

border-color css

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

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

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