Html Css Color HEX #E5284D Amaranth

📋 copy color: '#E5284D'

red 229 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #E5284D

Tints of Amaranth #E5284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 66.18%
G = 11.56%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5284D (or 0xE5284D) is known color: Amaranth. HEX triplet: E5, 28 and 4D. RGB value is (229,40,77). Sum of RGB (Red+Green+Blue) = 229+40+77=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5284D is #1AD7B2. Grayscale: #646464. Windows color (decimal): -1759155 or 5056741. OLE color: 5056741.

HSL color Cylindrical-coordinate representation of color #E5284D: hue angle of 348.25º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5284D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 77 -
CMYK 0 0.83 0.66 0.10
HSL 348.25º 0.78% 0.53% -
HSV(B) 348.25º 0.83% 0.9% -
XYZ 34.41 18.71 8.82 -
YUV 100.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 229 40 77 0 0.83 0.66 0.10 348.25 0.78 0.53
Hex E5 28 4D 0 53 42 A 15C 4E 35
Octal 345 50 115 0 123 102 12 534 116 65
Binary 11100101 101000 1001101 0 1010011 1000010 1010 101011100 1001110 110101

Color Harmonies of #E5284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5284D

Black with #E5284D

Text Example


Text Example

White with #E5284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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