Html Css Color HEX #E14255 Amaranth

📋 copy color: '#E14255'

red 225 ◦ green 66 ◦ blue 85

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

Shades of Amaranth #E14255

Tints of Amaranth #E14255

RGB

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

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

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

R = 59.84%
G = 17.55%
B = 22.61%

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

#E14255 (or 0xE14255) is known color: Amaranth. HEX triplet: E1, 42 and 55. RGB value is (225,66,85). Sum of RGB (Red+Green+Blue) = 225+66+85=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E14255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14255 is #1EBDAA. Grayscale: #737373. Windows color (decimal): -2014635 or 5587681. OLE color: 5587681.

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

Color convert

RGB 225 66 85 -
CMYK 0 0.71 0.62 0.12
HSL 352.83º 0.73% 0.57% -
HSV(B) 352.83º 0.71% 0.88% -
XYZ 34.64 20.56 10.74 -
YUV 115.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 225 66 85 0 0.71 0.62 0.12 352.83 0.73 0.57
Hex E1 42 55 0 47 3E C 161 49 39
Octal 341 102 125 0 107 76 14 541 111 71
Binary 11100001 1000010 1010101 0 1000111 111110 1100 101100001 1001001 111001

Color Harmonies of #E14255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14255

Black with #E14255

Text Example


Text Example

White with #E14255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14255; }

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

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

background-color css

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

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

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

border-color css

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

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

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