#E692BD

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

Shades of Shocking #E692BD

Tints of Shocking #E692BD

Color information

#E692BD (or 0xE692BD) is unknown color: approx Shocking. HEX triplet: E6, 92 and BD. RGB value is (230,146,189). Sum of RGB (Red+Green+Blue) = 230+146+189=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E692BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692BD is #196D42. Grayscale: #AFAFAF. Windows color (decimal): -1666371 or 12423910. OLE color: 12423910.

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

Color convert

RGB230146189-
CMYK00.370.180.10
HSL329.29º62.69%73.73%-
HSV(B)329.29º36.52%90.2%-
XYZ52.141.0553.32-
YUV176.02135.33166.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=40.71%
G=25.84%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014618900.370.180.10329.2962.6973.73
HexE692BD02512A1493f4a
Octal346222275045221251177112
Binary11100110100100101011110101001011001010101010010011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E692BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E692BD; }

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

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

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

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

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

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

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

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