Html Css Color HEX #E14052 Amaranth

📋 copy color: '#E14052'

red 225 ◦ green 64 ◦ blue 82

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

Shades of Amaranth #E14052

Tints of Amaranth #E14052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 82 (32.42% from 255) = 22.1%

R = 60.65%
G = 17.25%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14052 (or 0xE14052) is known color: Amaranth. HEX triplet: E1, 40 and 52. RGB value is (225,64,82). Sum of RGB (Red+Green+Blue) = 225+64+82=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E14052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14052 is #1EBFAD. Grayscale: #727272. Windows color (decimal): -2015150 or 5390561. OLE color: 5390561.

HSL color Cylindrical-coordinate representation of color #E14052: hue angle of 353.29º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14052 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 82 -
CMYK 0 0.72 0.64 0.12
HSL 353.29º 0.73% 0.57% -
HSV(B) 353.29º 0.72% 0.88% -
XYZ 34.41 20.28 10.08 -
YUV 114.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 225 64 82 0 0.72 0.64 0.12 353.29 0.73 0.57
Hex E1 40 52 0 48 40 C 161 49 39
Octal 341 100 122 0 110 100 14 541 111 71
Binary 11100001 1000000 1010010 0 1001000 1000000 1100 101100001 1001001 111001

Color Harmonies of #E14052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14052

Black with #E14052

Text Example


Text Example

White with #E14052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14052; }

 p { color: rgb(225,64,82); }

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

background-color css

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

 a { background-color: rgb(225,64,82); }

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

border-color css

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

 span { border-color: rgb(225,64,82); }

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