#EF99BB

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

Shades of Shocking #EF99BB

Tints of Shocking #EF99BB

Color information

#EF99BB (or 0xEF99BB) is unknown color: approx Shocking. HEX triplet: EF, 99 and BB. RGB value is (239,153,187). Sum of RGB (Red+Green+Blue) = 239+153+187=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99BB is #106644. Grayscale: #B6B6B6. Windows color (decimal): -1074757 or 12294639. OLE color: 12294639.

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

Color convert

RGB239153187-
CMYK00.360.220.06
HSL336.28º72.88%76.86%-
HSV(B)336.28º35.98%93.73%-
XYZ55.9644.7252.7-
YUV182.59130.49168.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=41.28%
G=26.42%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915318700.360.220.06336.2872.8876.86
HexEF99BB024166150494d
Octal357231273044266520111115
Binary11101111100110011011101101001001011011010101000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99BB; }

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

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

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

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

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

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

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

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