#E688BE

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

Shades of Shocking #E688BE

Tints of Shocking #E688BE

Color information

#E688BE (or 0xE688BE) is unknown color: approx Shocking. HEX triplet: E6, 88 and BE. RGB value is (230,136,190). Sum of RGB (Red+Green+Blue) = 230+136+190=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E688BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688BE is #197741. Grayscale: #AAAAAA. Windows color (decimal): -1668930 or 12486886. OLE color: 12486886.

HSL color Cylindrical-coordinate representation of color #E688BE: hue angle of 325.53º 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 #E688BE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230136190-
CMYK00.410.170.10
HSL325.53º65.28%71.76%-
HSV(B)325.53º40.87%90.2%-
XYZ50.7338.1553.4-
YUV170.26139.14170.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=41.37%
G=24.46%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013619000.410.170.10325.5365.2871.76
HexE688BE02911A1464148
Octal3462102760512112506101110
Binary111001101000100010111110010100110001101010100011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E688BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E688BE; }

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

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

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

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

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

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

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

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