#EF9BCC

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

Shades of Shocking #EF9BCC

Tints of Shocking #EF9BCC

Color information

#EF9BCC (or 0xEF9BCC) is unknown color: approx Shocking. HEX triplet: EF, 9B and CC. RGB value is (239,155,204). Sum of RGB (Red+Green+Blue) = 239+155+204=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BCC is #106433. Grayscale: #B9B9B9. Windows color (decimal): -1074228 or 13409263. OLE color: 13409263.

HSL color Cylindrical-coordinate representation of color #EF9BCC: hue angle of 325º 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 #EF9BCC is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239155204-
CMYK00.350.150.06
HSL325º72.41%77.25%-
HSV(B)325º35.15%93.73%-
XYZ58.2246.1562.97-
YUV185.7138.33166.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=39.97%
G=25.92%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915520400.350.150.0632572.4177.25
HexEF9BCC023F6145484d
Octal357233314043176505110115
Binary1110111110011011110011000100011111111010100010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BCC; }

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

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

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

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

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

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

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

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