#E388BC

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

Shades of Shocking #E388BC

Tints of Shocking #E388BC

Color information

#E388BC (or 0xE388BC) is unknown color: approx Shocking. HEX triplet: E3, 88 and BC. RGB value is (227,136,188). Sum of RGB (Red+Green+Blue) = 227+136+188=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388BC is #1C7743. Grayscale: #A9A9A9. Windows color (decimal): -1865540 or 12355811. OLE color: 12355811.

HSL color Cylindrical-coordinate representation of color #E388BC: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388BC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227136188-
CMYK00.400.170.11
HSL325.71º61.9%71.18%-
HSV(B)325.71º40.09%89.02%-
XYZ49.5637.5752.22-
YUV169.14138.65169.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=41.20%
G=24.68%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713618800.400.170.11325.7161.971.18
HexE388BC02811B1463e47
Octal343210274050211350676107
Binary11100011100010001011110001010001000110111010001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E388BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E388BC; }

 p { color: rgb(227,136,188); }

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

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

 a { background-color: rgb(227,136,188); }

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

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

 span { border-color: rgb(227,136,188); }

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