Html Css Color HEX #E14244 Amaranth

📋 copy color: '#E14244'

red 225 ◦ green 66 ◦ blue 68

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

Shades of Amaranth #E14244

Tints of Amaranth #E14244

RGB

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

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

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

R = 62.67%
G = 18.38%
B = 18.94%

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

#E14244 (or 0xE14244) is known color: Amaranth. HEX triplet: E1, 42 and 44. RGB value is (225,66,68). Sum of RGB (Red+Green+Blue) = 225+66+68=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E14244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14244 is #1EBDBB. Grayscale: #717171. Windows color (decimal): -2014652 or 4473569. OLE color: 4473569.

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

Color convert

RGB 225 66 68 -
CMYK 0 0.71 0.70 0.12
HSL 359.25º 0.73% 0.57% -
HSV(B) 359.25º 0.71% 0.88% -
XYZ 34.04 20.32 7.6 -
YUV 113.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 225 66 68 0 0.71 0.70 0.12 359.25 0.73 0.57
Hex E1 42 44 0 47 46 C 167 49 39
Octal 341 102 104 0 107 106 14 547 111 71
Binary 11100001 1000010 1000100 0 1000111 1000110 1100 101100111 1001001 111001

Color Harmonies of #E14244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14244

Black with #E14244

Text Example


Text Example

White with #E14244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14244; }

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

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

background-color css

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

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

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

border-color css

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

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

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