#ef9bbf

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

Shades of Shocking #EF9BBF

Tints of Shocking #EF9BBF

Color information

#EF9BBF (or 0xEF9BBF) is unknown color: approx Shocking. HEX triplet: EF, 9B and BF. RGB value is (239,155,191). Sum of RGB (Red+Green+Blue) = 239+155+191=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BBF is #106440. Grayscale: #B8B8B8. Windows color (decimal): -1074241 or 12557295. OLE color: 12557295.

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

Color convert

RGB239155191-
CMYK00.350.200.06
HSL334.29º72.41%77.25%-
HSV(B)334.29º35.15%93.73%-
XYZ56.7245.5655.09-
YUV184.22131.83167.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 191 (75% from 255) = 32.65%
R=40.85%
G=26.50%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915519100.350.200.06334.2972.4177.25
HexEF9BBF02314614e484d
Octal357233277043246516110115
Binary11101111100110111011111101000111010011010100111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9bbf; }

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

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

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

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

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

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

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

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