#E696B8

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

Shades of Shocking #E696B8

Tints of Shocking #E696B8

Color information

#E696B8 (or 0xE696B8) is unknown color: approx Shocking. HEX triplet: E6, 96 and B8. RGB value is (230,150,184). Sum of RGB (Red+Green+Blue) = 230+150+184=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E696B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696B8 is #196947. Grayscale: #B1B1B1. Windows color (decimal): -1665352 or 12097254. OLE color: 12097254.

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

Color convert

RGB230150184-
CMYK00.350.20.10
HSL334.5º61.54%74.51%-
HSV(B)334.5º34.78%90.2%-
XYZ52.1942.150.72-
YUV177.8131.5165.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=40.78%
G=26.60%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015018400.350.20.10334.561.5474.51
HexE696B802314A14e3e4b
Octal346226270043241251676113
Binary11100110100101101011100001000111010010101010011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696B8; }

 p { color: rgb(230,150,184); }

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

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

 a { background-color: rgb(230,150,184); }

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

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

 span { border-color: rgb(230,150,184); }

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