Html Css Color HEX #E14155 Amaranth

📋 copy color: '#E14155'

red 225 ◦ green 65 ◦ blue 85

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

Shades of Amaranth #E14155

Tints of Amaranth #E14155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 60%
G = 17.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E14155 (or 0xE14155) is known color: Amaranth. HEX triplet: E1, 41 and 55. RGB value is (225,65,85). Sum of RGB (Red+Green+Blue) = 225+65+85=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E14155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14155 is #1EBEAA. Grayscale: #737373. Windows color (decimal): -2014891 or 5587425. OLE color: 5587425.

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

Color convert

RGB 225 65 85 -
CMYK 0 0.71 0.62 0.12
HSL 352.5º 0.73% 0.57% -
HSV(B) 352.5º 0.71% 0.88% -
XYZ 34.58 20.44 10.72 -
YUV 115.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 225 65 85 0 0.71 0.62 0.12 352.5 0.73 0.57
Hex E1 41 55 0 47 3E C 160 49 39
Octal 341 101 125 0 107 76 14 540 111 71
Binary 11100001 1000001 1010101 0 1000111 111110 1100 101100000 1001001 111001

Color Harmonies of #E14155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14155

Black with #E14155

Text Example


Text Example

White with #E14155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14155; }

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

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

background-color css

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

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

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

border-color css

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

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

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