#E69FB6

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

Shades of Shocking #E69FB6

Tints of Shocking #E69FB6

Color information

#E69FB6 (or 0xE69FB6) is unknown color: approx Shocking. HEX triplet: E6, 9F and B6. RGB value is (230,159,182). Sum of RGB (Red+Green+Blue) = 230+159+182=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FB6 is #196049. Grayscale: #B6B6B6. Windows color (decimal): -1663050 or 11968486. OLE color: 11968486.

HSL color Cylindrical-coordinate representation of color #E69FB6: hue angle of 340.56º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FB6 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230159182-
CMYK00.310.210.10
HSL340.56º58.68%76.27%-
HSV(B)340.56º30.87%90.2%-
XYZ53.474550.12-
YUV182.85127.52161.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=40.28%
G=27.85%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015918200.310.210.10340.5658.6876.27
HexE69FB601F15A1553b4c
Octal346237266037251252573114
Binary1110011010011111101101100111111010110101010101011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FB6; }

 p { color: rgb(230,159,182); }

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

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

 a { background-color: rgb(230,159,182); }

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

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

 span { border-color: rgb(230,159,182); }

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