#EF9BC6

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

Shades of Shocking #EF9BC6

Tints of Shocking #EF9BC6

Color information

#EF9BC6 (or 0xEF9BC6) is unknown color: approx Shocking. HEX triplet: EF, 9B and C6. RGB value is (239,155,198). Sum of RGB (Red+Green+Blue) = 239+155+198=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BC6 is #106439. Grayscale: #B8B8B8. Windows color (decimal): -1074234 or 13016047. OLE color: 13016047.

HSL color Cylindrical-coordinate representation of color #EF9BC6: hue angle of 329.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BC6 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239155198-
CMYK00.350.170.06
HSL329.29º72.41%77.25%-
HSV(B)329.29º35.15%93.73%-
XYZ57.5145.8759.25-
YUV185.02135.33166.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=40.37%
G=26.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915519800.350.170.06329.2972.4177.25
HexEF9BC6023116149484d
Octal357233306043216511110115
Binary11101111100110111100011001000111000111010100100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BC6; }

 p { color: rgb(239,155,198); }

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

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

 a { background-color: rgb(239,155,198); }

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

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

 span { border-color: rgb(239,155,198); }

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