#E693BD

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

Shades of Shocking #E693BD

Tints of Shocking #E693BD

Color information

#E693BD (or 0xE693BD) is unknown color: approx Shocking. HEX triplet: E6, 93 and BD. RGB value is (230,147,189). Sum of RGB (Red+Green+Blue) = 230+147+189=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E693BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693BD is #196C42. Grayscale: #B0B0B0. Windows color (decimal): -1666115 or 12424166. OLE color: 12424166.

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

Color convert

RGB230147189-
CMYK00.360.180.10
HSL329.64º62.41%73.92%-
HSV(B)329.64º36.09%90.2%-
XYZ52.2541.3653.37-
YUV176.6135166.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=40.64%
G=25.97%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014718900.360.180.10329.6462.4173.92
HexE693BD02412A14a3e4a
Octal346223275044221251276112
Binary11100110100100111011110101001001001010101010010101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E693BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E693BD; }

 p { color: rgb(230,147,189); }

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

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

 a { background-color: rgb(230,147,189); }

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

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

 span { border-color: rgb(230,147,189); }

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