Html Css Color HEX #E14247 Amaranth

📋 copy color: '#E14247'

red 225 ◦ green 66 ◦ blue 71

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

Shades of Amaranth #E14247

Tints of Amaranth #E14247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 71 (28.13% from 255) = 19.61%

R = 62.15%
G = 18.23%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E14247 (or 0xE14247) is known color: Amaranth. HEX triplet: E1, 42 and 47. RGB value is (225,66,71). Sum of RGB (Red+Green+Blue) = 225+66+71=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14247 is #1EBDB8. Grayscale: #727272. Windows color (decimal): -2014649 or 4670177. OLE color: 4670177.

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

Color convert

RGB 225 66 71 -
CMYK 0 0.71 0.68 0.12
HSL 358.11º 0.73% 0.57% -
HSV(B) 358.11º 0.71% 0.88% -
XYZ 34.14 20.36 8.09 -
YUV 114.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 225 66 71 0 0.71 0.68 0.12 358.11 0.73 0.57
Hex E1 42 47 0 47 44 C 166 49 39
Octal 341 102 107 0 107 104 14 546 111 71
Binary 11100001 1000010 1000111 0 1000111 1000100 1100 101100110 1001001 111001

Color Harmonies of #E14247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14247

Black with #E14247

Text Example


Text Example

White with #E14247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14247; }

 p { color: rgb(225,66,71); }

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

background-color css

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

 a { background-color: rgb(225,66,71); }

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

border-color css

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

 span { border-color: rgb(225,66,71); }

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