#EF10BB

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

Shades of Shocking Pink #EF10BB

Tints of Shocking Pink #EF10BB

Color information

#EF10BB (or 0xEF10BB) is unknown color: approx Shocking Pink. HEX triplet: EF, 10 and BB. RGB value is (239,16,187). Sum of RGB (Red+Green+Blue) = 239+16+187=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10BB is #10EF44. Grayscale: #656565. Windows color (decimal): -1109829 or 12259567. OLE color: 12259567.

HSL color Cylindrical-coordinate representation of color #EF10BB: hue angle of 313.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10BB is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23916187-
CMYK00.930.220.06
HSL313.99º87.45%50%-
HSV(B)313.99º93.31%93.73%-
XYZ44.7522.3148.96-
YUV102.17175.88225.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 16 (6.64% from 255) = 3.62%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=54.07%
G=3.62%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391618700.930.220.06313.9987.4550
HexEF10BB05D16613a5732
Octal35720273013526647212762
Binary11101111100001011101101011101101101101001110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10BB; }

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

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

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

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

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

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

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

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