Html Css Color HEX #E5384C Amaranth

📋 copy color: '#E5384C'

red 229 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #E5384C

Tints of Amaranth #E5384C

RGB

 RED value IS 229 (89.84% from 255) = 63.43%

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 63.43%
G = 15.51%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5384C (or 0xE5384C) is known color: Amaranth. HEX triplet: E5, 38 and 4C. RGB value is (229,56,76). Sum of RGB (Red+Green+Blue) = 229+56+76=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5384C is #1AC7B3. Grayscale: #6E6E6E. Windows color (decimal): -1755060 or 4995301. OLE color: 4995301.

HSL color Cylindrical-coordinate representation of color #E5384C: hue angle of 353.06º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5384C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 56 76 -
CMYK 0 0.76 0.67 0.10
HSL 353.06º 0.77% 0.56% -
HSV(B) 353.06º 0.76% 0.9% -
XYZ 35.03 20.01 8.85 -
YUV 110.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 229 56 76 0 0.76 0.67 0.10 353.06 0.77 0.56
Hex E5 38 4C 0 4C 43 A 161 4D 38
Octal 345 70 114 0 114 103 12 541 115 70
Binary 11100101 111000 1001100 0 1001100 1000011 1010 101100001 1001101 111000

Color Harmonies of #E5384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5384C

Black with #E5384C

Text Example


Text Example

White with #E5384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5384C; }

 p { color: rgb(229,56,76); }

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

background-color css

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

 a { background-color: rgb(229,56,76); }

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

border-color css

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

 span { border-color: rgb(229,56,76); }

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