#E691BB

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

Shades of Shocking #E691BB

Tints of Shocking #E691BB

Color information

#E691BB (or 0xE691BB) is unknown color: approx Shocking. HEX triplet: E6, 91 and BB. RGB value is (230,145,187). Sum of RGB (Red+Green+Blue) = 230+145+187=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E691BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691BB is #196E44. Grayscale: #AFAFAF. Windows color (decimal): -1666629 or 12292582. OLE color: 12292582.

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

Color convert

RGB230145187-
CMYK00.370.190.10
HSL330.35º62.96%73.53%-
HSV(B)330.35º36.96%90.2%-
XYZ51.7340.6652.14-
YUV175.2134.66167.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=40.93%
G=25.80%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014518700.370.190.10330.3562.9673.53
HexE691BB02513A14a3f4a
Octal346221273045231251277112
Binary11100110100100011011101101001011001110101010010101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691BB; }

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

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

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

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

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

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

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

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