Html Css Color HEX #E82155 Amaranth

📋 copy color: '#E82155'

red 232 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #E82155

Tints of Amaranth #E82155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 66.29%
G = 9.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E82155 (or 0xE82155) is known color: Amaranth. HEX triplet: E8, 21 and 55. RGB value is (232,33,85). Sum of RGB (Red+Green+Blue) = 232+33+85=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E82155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82155 is #17DEAA. Grayscale: #626262. Windows color (decimal): -1564331 or 5579240. OLE color: 5579240.

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

Color convert

RGB 232 33 85 -
CMYK 0 0.86 0.63 0.09
HSL 344.32º 0.81% 0.52% -
HSV(B) 344.32º 0.86% 0.91% -
XYZ 35.46 18.9 10.37 -
YUV 98.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 232 33 85 0 0.86 0.63 0.09 344.32 0.81 0.52
Hex E8 21 55 0 56 3F 9 158 51 34
Octal 350 41 125 0 126 77 11 530 121 64
Binary 11101000 100001 1010101 0 1010110 111111 1001 101011000 1010001 110100

Color Harmonies of #E82155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82155

Black with #E82155

Text Example


Text Example

White with #E82155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82155; }

 p { color: rgb(232,33,85); }

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

background-color css

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

 a { background-color: rgb(232,33,85); }

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

border-color css

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

 span { border-color: rgb(232,33,85); }

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