#E695BD

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

Shades of Shocking #E695BD

Tints of Shocking #E695BD

Color information

#E695BD (or 0xE695BD) is unknown color: approx Shocking. HEX triplet: E6, 95 and BD. RGB value is (230,149,189). Sum of RGB (Red+Green+Blue) = 230+149+189=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E695BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695BD is #196A42. Grayscale: #B1B1B1. Windows color (decimal): -1665603 or 12424678. OLE color: 12424678.

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

Color convert

RGB230149189-
CMYK00.350.180.10
HSL330.37º61.83%74.31%-
HSV(B)330.37º35.22%90.2%-
XYZ52.5741.9953.48-
YUV177.78134.34165.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=40.49%
G=26.23%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014918900.350.180.10330.3761.8374.31
HexE695BD02312A14a3e4a
Octal346225275043221251276112
Binary11100110100101011011110101000111001010101010010101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695BD; }

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

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

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

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

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

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

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

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