Html Css Color HEX #E5384D Amaranth

📋 copy color: '#E5384D'

red 229 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #E5384D

Tints of Amaranth #E5384D

RGB

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

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

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

R = 63.26%
G = 15.47%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5384D (or 0xE5384D) is known color: Amaranth. HEX triplet: E5, 38 and 4D. RGB value is (229,56,77). Sum of RGB (Red+Green+Blue) = 229+56+77=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5384D is #1AC7B2. Grayscale: #6E6E6E. Windows color (decimal): -1755059 or 5060837. OLE color: 5060837.

HSL color Cylindrical-coordinate representation of color #E5384D: hue angle of 352.72º 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 #E5384D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 56 77 -
CMYK 0 0.76 0.66 0.10
HSL 352.72º 0.77% 0.56% -
HSV(B) 352.72º 0.76% 0.9% -
XYZ 35.07 20.02 9.04 -
YUV 110.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 229 56 77 0 0.76 0.66 0.10 352.72 0.77 0.56
Hex E5 38 4D 0 4C 42 A 161 4D 38
Octal 345 70 115 0 114 102 12 541 115 70
Binary 11100101 111000 1001101 0 1001100 1000010 1010 101100001 1001101 111000

Color Harmonies of #E5384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5384D

Black with #E5384D

Text Example


Text Example

White with #E5384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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