Html Css Color HEX #E1344F Amaranth

📋 copy color: '#E1344F'

red 225 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #E1344F

Tints of Amaranth #E1344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 63.2%
G = 14.61%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1344F (or 0xE1344F) is known color: Amaranth. HEX triplet: E1, 34 and 4F. RGB value is (225,52,79). Sum of RGB (Red+Green+Blue) = 225+52+79=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1344F is #1ECBB0. Grayscale: #6A6A6A. Windows color (decimal): -2018225 or 5190881. OLE color: 5190881.

HSL color Cylindrical-coordinate representation of color #E1344F: hue angle of 350.64º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1344F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 79 -
CMYK 0 0.77 0.65 0.12
HSL 350.64º 0.74% 0.54% -
HSV(B) 350.64º 0.77% 0.88% -
XYZ 33.69 19.03 9.29 -
YUV 106.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 225 52 79 0 0.77 0.65 0.12 350.64 0.74 0.54
Hex E1 34 4F 0 4D 41 C 15F 4A 36
Octal 341 64 117 0 115 101 14 537 112 66
Binary 11100001 110100 1001111 0 1001101 1000001 1100 101011111 1001010 110110

Color Harmonies of #E1344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1344F

Black with #E1344F

Text Example


Text Example

White with #E1344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1344F; }

 p { color: rgb(225,52,79); }

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

background-color css

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

 a { background-color: rgb(225,52,79); }

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

border-color css

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

 span { border-color: rgb(225,52,79); }

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