Html Css Color HEX #E5285B Amaranth

📋 copy color: '#E5285B'

red 229 ◦ green 40 ◦ blue 91

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

Shades of Amaranth #E5285B

Tints of Amaranth #E5285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 63.61%
G = 11.11%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5285B (or 0xE5285B) is known color: Amaranth. HEX triplet: E5, 28 and 5B. RGB value is (229,40,91). Sum of RGB (Red+Green+Blue) = 229+40+91=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5285B is #1AD7A4. Grayscale: #666666. Windows color (decimal): -1759141 or 5974245. OLE color: 5974245.

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

Color convert

RGB 229 40 91 -
CMYK 0 0.83 0.60 0.10
HSL 343.81º 0.78% 0.53% -
HSV(B) 343.81º 0.83% 0.9% -
XYZ 34.96 18.93 11.71 -
YUV 102.33 121.62 218.35 -
System Red Green Blue C M Y K H S L
Decimal 229 40 91 0 0.83 0.60 0.10 343.81 0.78 0.53
Hex E5 28 5B 0 53 3C A 158 4E 35
Octal 345 50 133 0 123 74 12 530 116 65
Binary 11100101 101000 1011011 0 1010011 111100 1010 101011000 1001110 110101

Color Harmonies of #E5285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5285B

Black with #E5285B

Text Example


Text Example

White with #E5285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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