Html Css Color HEX #E1384E Amaranth

📋 copy color: '#E1384E'

red 225 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #E1384E

Tints of Amaranth #E1384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 62.67%
G = 15.6%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1384E (or 0xE1384E) is known color: Amaranth. HEX triplet: E1, 38 and 4E. RGB value is (225,56,78). Sum of RGB (Red+Green+Blue) = 225+56+78=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1384E is #1EC7B1. Grayscale: #6D6D6D. Windows color (decimal): -2017202 or 5126369. OLE color: 5126369.

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

Color convert

RGB 225 56 78 -
CMYK 0 0.75 0.65 0.12
HSL 352.19º 0.74% 0.55% -
HSV(B) 352.19º 0.75% 0.88% -
XYZ 33.84 19.39 9.17 -
YUV 109.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 225 56 78 0 0.75 0.65 0.12 352.19 0.74 0.55
Hex E1 38 4E 0 4B 41 C 160 4A 37
Octal 341 70 116 0 113 101 14 540 112 67
Binary 11100001 111000 1001110 0 1001011 1000001 1100 101100000 1001010 110111

Color Harmonies of #E1384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1384E

Black with #E1384E

Text Example


Text Example

White with #E1384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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