Html Css Color HEX #E8245D Amaranth

📋 copy color: '#E8245D'

red 232 ◦ green 36 ◦ blue 93

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

Shades of Amaranth #E8245D

Tints of Amaranth #E8245D

RGB

 RED value IS 232 (91.02% from 255) = 64.27%

 GREEN value IS 36 (14.45% from 255) = 9.97%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 64.27%
G = 9.97%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8245D (or 0xE8245D) is known color: Amaranth. HEX triplet: E8, 24 and 5D. RGB value is (232,36,93). Sum of RGB (Red+Green+Blue) = 232+36+93=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8245D is #17DBA2. Grayscale: #656565. Windows color (decimal): -1563555 or 6104296. OLE color: 6104296.

HSL color Cylindrical-coordinate representation of color #E8245D: hue angle of 342.55º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8245D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 36 93 -
CMYK 0 0.84 0.60 0.09
HSL 342.55º 0.81% 0.53% -
HSV(B) 342.55º 0.84% 0.91% -
XYZ 35.89 19.21 12.17 -
YUV 101.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 232 36 93 0 0.84 0.60 0.09 342.55 0.81 0.53
Hex E8 24 5D 0 54 3C 9 157 51 35
Octal 350 44 135 0 124 74 11 527 121 65
Binary 11101000 100100 1011101 0 1010100 111100 1001 101010111 1010001 110101

Color Harmonies of #E8245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8245D

Black with #E8245D

Text Example


Text Example

White with #E8245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8245D; }

 p { color: rgb(232,36,93); }

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

background-color css

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

 a { background-color: rgb(232,36,93); }

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

border-color css

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

 span { border-color: rgb(232,36,93); }

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