Html Css Color HEX #E1384D Amaranth

📋 copy color: '#E1384D'

red 225 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #E1384D

Tints of Amaranth #E1384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 62.85%
G = 15.64%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1384D (or 0xE1384D) is known color: Amaranth. HEX triplet: E1, 38 and 4D. RGB value is (225,56,77). Sum of RGB (Red+Green+Blue) = 225+56+77=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1384D is #1EC7B2. Grayscale: #6D6D6D. Windows color (decimal): -2017203 or 5060833. OLE color: 5060833.

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

Color convert

RGB 225 56 77 -
CMYK 0 0.75 0.66 0.12
HSL 352.54º 0.74% 0.55% -
HSV(B) 352.54º 0.75% 0.88% -
XYZ 33.81 19.37 8.98 -
YUV 108.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 225 56 77 0 0.75 0.66 0.12 352.54 0.74 0.55
Hex E1 38 4D 0 4B 42 C 161 4A 37
Octal 341 70 115 0 113 102 14 541 112 67
Binary 11100001 111000 1001101 0 1001011 1000010 1100 101100001 1001010 110111

Color Harmonies of #E1384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1384D

Black with #E1384D

Text Example


Text Example

White with #E1384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1384D; }

 p { color: rgb(225,56,77); }

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

background-color css

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

 a { background-color: rgb(225,56,77); }

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

border-color css

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

 span { border-color: rgb(225,56,77); }

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