#E82AB1

Color #E82AB1 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E82AB1

Tints of Spicy Pink #E82AB1

Color information

#E82AB1 (or 0xE82AB1) is unknown color: approx Spicy Pink. HEX triplet: E8, 2A and B1. RGB value is (232,42,177). Sum of RGB (Red+Green+Blue) = 232+42+177=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AB1 is #17D54E. Grayscale: #717171. Windows color (decimal): -1561935 or 11610856. OLE color: 11610856.

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

Color convert

RGB23242177-
CMYK00.820.240.09
HSL317.37º80.51%53.73%-
HSV(B)317.37º81.9%90.98%-
XYZ42.0421.9943.62-
YUV114.2163.45212.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 42 (16.80% from 255) = 9.31%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=51.44%
G=9.31%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324217700.820.240.09317.3780.5153.73
HexE82AB105218913d5136
Octal350522610122301147512166
Binary1110100010101010110001010100101100010011001111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82AB1; }

 p { color: rgb(232,42,177); }

 H1.HeaderClassName
 {
   color: #E82AB1;
 }
 .AnyTagClassName
 {
   color: #E82AB1;
 }
</style>
background-color css

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

 a { background-color: rgb(232,42,177); }

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

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

 span { border-color: rgb(232,42,177); }

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