#E688BC

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

Shades of Shocking #E688BC

Tints of Shocking #E688BC

Color information

#E688BC (or 0xE688BC) is unknown color: approx Shocking. HEX triplet: E6, 88 and BC. RGB value is (230,136,188). Sum of RGB (Red+Green+Blue) = 230+136+188=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E688BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688BC is #197743. Grayscale: #A9A9A9. Windows color (decimal): -1668932 or 12355814. OLE color: 12355814.

HSL color Cylindrical-coordinate representation of color #E688BC: hue angle of 326.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E688BC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230136188-
CMYK00.410.180.10
HSL326.81º65.28%71.76%-
HSV(B)326.81º40.87%90.2%-
XYZ50.5138.0652.26-
YUV170.03138.14170.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=41.52%
G=24.55%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013618800.410.180.10326.8165.2871.76
HexE688BC02912A1474148
Octal3462102740512212507101110
Binary111001101000100010111100010100110010101010100011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E688BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E688BC; }

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

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

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

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

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

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

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

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