Html Css Color HEX #E14145 Amaranth

📋 copy color: '#E14145'

red 225 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #E14145

Tints of Amaranth #E14145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 62.67%
G = 18.11%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E14145 (or 0xE14145) is known color: Amaranth. HEX triplet: E1, 41 and 45. RGB value is (225,65,69). Sum of RGB (Red+Green+Blue) = 225+65+69=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E14145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14145 is #1EBEBA. Grayscale: #717171. Windows color (decimal): -2014907 or 4538849. OLE color: 4538849.

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

Color convert

RGB 225 65 69 -
CMYK 0 0.71 0.69 0.12
HSL 358.5º 0.73% 0.57% -
HSV(B) 358.5º 0.71% 0.88% -
XYZ 34.02 20.22 7.74 -
YUV 113.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 225 65 69 0 0.71 0.69 0.12 358.5 0.73 0.57
Hex E1 41 45 0 47 45 C 166 49 39
Octal 341 101 105 0 107 105 14 546 111 71
Binary 11100001 1000001 1000101 0 1000111 1000101 1100 101100110 1001001 111001

Color Harmonies of #E14145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14145

Black with #E14145

Text Example


Text Example

White with #E14145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14145; }

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

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

background-color css

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

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

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

border-color css

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

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

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