#EF99BC

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

Shades of Shocking #EF99BC

Tints of Shocking #EF99BC

Color information

#EF99BC (or 0xEF99BC) is unknown color: approx Shocking. HEX triplet: EF, 99 and BC. RGB value is (239,153,188). Sum of RGB (Red+Green+Blue) = 239+153+188=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99BC is #106643. Grayscale: #B6B6B6. Windows color (decimal): -1074756 or 12360175. OLE color: 12360175.

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

Color convert

RGB239153188-
CMYK00.360.210.06
HSL335.58º72.88%76.86%-
HSV(B)335.58º35.98%93.73%-
XYZ56.0644.7653.26-
YUV182.7130.99168.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=41.21%
G=26.38%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915318800.360.210.06335.5872.8876.86
HexEF99BC024156150494d
Octal357231274044256520111115
Binary11101111100110011011110001001001010111010101000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99BC; }

 p { color: rgb(239,153,188); }

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

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

 a { background-color: rgb(239,153,188); }

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

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

 span { border-color: rgb(239,153,188); }

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