Html Css Color HEX #E14253 Amaranth

📋 copy color: '#E14253'

red 225 ◦ green 66 ◦ blue 83

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

Shades of Amaranth #E14253

Tints of Amaranth #E14253

RGB

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

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

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

R = 60.16%
G = 17.65%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E14253 (or 0xE14253) is known color: Amaranth. HEX triplet: E1, 42 and 53. RGB value is (225,66,83). Sum of RGB (Red+Green+Blue) = 225+66+83=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E14253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14253 is #1EBDAC. Grayscale: #737373. Windows color (decimal): -2014637 or 5456609. OLE color: 5456609.

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

Color convert

RGB 225 66 83 -
CMYK 0 0.71 0.63 0.12
HSL 353.58º 0.73% 0.57% -
HSV(B) 353.58º 0.71% 0.88% -
XYZ 34.56 20.53 10.32 -
YUV 115.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 225 66 83 0 0.71 0.63 0.12 353.58 0.73 0.57
Hex E1 42 53 0 47 3F C 162 49 39
Octal 341 102 123 0 107 77 14 542 111 71
Binary 11100001 1000010 1010011 0 1000111 111111 1100 101100010 1001001 111001

Color Harmonies of #E14253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14253

Black with #E14253

Text Example


Text Example

White with #E14253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14253; }

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

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

background-color css

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

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

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

border-color css

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

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

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