#E699BF

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

Shades of Shocking #E699BF

Tints of Shocking #E699BF

Color information

#E699BF (or 0xE699BF) is unknown color: approx Shocking. HEX triplet: E6, 99 and BF. RGB value is (230,153,191). Sum of RGB (Red+Green+Blue) = 230+153+191=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E699BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699BF is #196640. Grayscale: #B4B4B4. Windows color (decimal): -1664577 or 12556774. OLE color: 12556774.

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

Color convert

RGB230153191-
CMYK00.330.170.10
HSL330.39º60.63%75.1%-
HSV(B)330.39º33.48%90.2%-
XYZ53.4343.3754.84-
YUV180.36134.01163.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 191 (75% from 255) = 33.28%
R=40.07%
G=26.66%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015319100.330.170.10330.3960.6375.1
HexE699BF02111A14a3d4b
Octal346231277041211251275113
Binary11100110100110011011111101000011000110101010010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E699BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E699BF; }

 p { color: rgb(230,153,191); }

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

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

 a { background-color: rgb(230,153,191); }

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

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

 span { border-color: rgb(230,153,191); }

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