#E386BA

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

Shades of Shocking #E386BA

Tints of Shocking #E386BA

Color information

#E386BA (or 0xE386BA) is unknown color: approx Shocking. HEX triplet: E3, 86 and BA. RGB value is (227,134,186). Sum of RGB (Red+Green+Blue) = 227+134+186=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E386BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386BA is #1C7945. Grayscale: #A7A7A7. Windows color (decimal): -1866054 or 12224227. OLE color: 12224227.

HSL color Cylindrical-coordinate representation of color #E386BA: hue angle of 326.45º degrees, saturation: 0.62, 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 #E386BA is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227134186-
CMYK00.410.180.11
HSL326.45º62.42%70.78%-
HSV(B)326.45º40.97%89.02%-
XYZ49.0736.9351-
YUV167.74138.31170.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=41.50%
G=24.50%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713418600.410.180.11326.4562.4270.78
HexE386BA02912B1463e47
Octal343206272051221350676107
Binary11100011100001101011101001010011001010111010001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386BA; }

 p { color: rgb(227,134,186); }

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

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

 a { background-color: rgb(227,134,186); }

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

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

 span { border-color: rgb(227,134,186); }

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