Html Css Color HEX #E82C5B Amaranth

📋 copy color: '#E82C5B'

red 232 ◦ green 44 ◦ blue 91

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

Shades of Amaranth #E82C5B

Tints of Amaranth #E82C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

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

R = 63.22%
G = 11.99%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E82C5B (or 0xE82C5B) is known color: Amaranth. HEX triplet: E8, 2C and 5B. RGB value is (232,44,91). Sum of RGB (Red+Green+Blue) = 232+44+91=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82C5B is #17D3A4. Grayscale: #696969. Windows color (decimal): -1561509 or 5975272. OLE color: 5975272.

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

Color convert

RGB 232 44 91 -
CMYK 0 0.81 0.61 0.09
HSL 345º 0.8% 0.54% -
HSV(B) 345º 0.81% 0.91% -
XYZ 36.07 19.71 11.8 -
YUV 105.57 119.78 218.18 -
System Red Green Blue C M Y K H S L
Decimal 232 44 91 0 0.81 0.61 0.09 345 0.8 0.54
Hex E8 2C 5B 0 51 3D 9 159 50 36
Octal 350 54 133 0 121 75 11 531 120 66
Binary 11101000 101100 1011011 0 1010001 111101 1001 101011001 1010000 110110

Color Harmonies of #E82C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C5B

Black with #E82C5B

Text Example


Text Example

White with #E82C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C5B; }

 p { color: rgb(232,44,91); }

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

background-color css

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

 a { background-color: rgb(232,44,91); }

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

border-color css

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

 span { border-color: rgb(232,44,91); }

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