#E486B6

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

Shades of Shocking #E486B6

Tints of Shocking #E486B6

Color information

#E486B6 (or 0xE486B6) is unknown color: approx Shocking. HEX triplet: E4, 86 and B6. RGB value is (228,134,182). Sum of RGB (Red+Green+Blue) = 228+134+182=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E486B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486B6 is #1B7949. Grayscale: #A7A7A7. Windows color (decimal): -1800522 or 11962084. OLE color: 11962084.

HSL color Cylindrical-coordinate representation of color #E486B6: hue angle of 329.36º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486B6 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB228134182-
CMYK00.410.200.11
HSL329.36º63.51%70.98%-
HSV(B)329.36º41.23%89.41%-
XYZ48.9636.9248.8-
YUV167.58136.14171.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=41.91%
G=24.63%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813418200.410.200.11329.3663.5170.98
HexE486B602914B1494047
Octal3442062660512413511100107
Binary111001001000011010110110010100110100101110100100110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486B6; }

 p { color: rgb(228,134,182); }

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

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

 a { background-color: rgb(228,134,182); }

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

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

 span { border-color: rgb(228,134,182); }

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