#E698BB

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

Shades of Shocking #E698BB

Tints of Shocking #E698BB

Color information

#E698BB (or 0xE698BB) is unknown color: approx Shocking. HEX triplet: E6, 98 and BB. RGB value is (230,152,187). Sum of RGB (Red+Green+Blue) = 230+152+187=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E698BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698BB is #196744. Grayscale: #B3B3B3. Windows color (decimal): -1664837 or 12294374. OLE color: 12294374.

HSL color Cylindrical-coordinate representation of color #E698BB: hue angle of 333.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698BB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230152187-
CMYK00.340.190.10
HSL333.08º60.94%74.9%-
HSV(B)333.08º33.91%90.2%-
XYZ52.8342.8752.5-
YUV179.31132.34164.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=40.42%
G=26.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015218700.340.190.10333.0860.9474.9
HexE698BB02213A14d3d4b
Octal346230273042231251575113
Binary11100110100110001011101101000101001110101010011011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698BB; }

 p { color: rgb(230,152,187); }

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

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

 a { background-color: rgb(230,152,187); }

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

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

 span { border-color: rgb(230,152,187); }

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