#EF10B2

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

Shades of Shocking Pink #EF10B2

Tints of Shocking Pink #EF10B2

Color information

#EF10B2 (or 0xEF10B2) is unknown color: approx Shocking Pink. HEX triplet: EF, 10 and B2. RGB value is (239,16,178). Sum of RGB (Red+Green+Blue) = 239+16+178=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF10B2 is #10EF4D. Grayscale: #646464. Windows color (decimal): -1109838 or 11669743. OLE color: 11669743.

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

Color convert

RGB23916178-
CMYK00.930.260.06
HSL316.41º87.45%50%-
HSV(B)316.41º93.31%93.73%-
XYZ43.8221.9444.04-
YUV101.14171.38226.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.20%
GREEN value IS 16 (6.64% from 255) = 3.70%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=55.20%
G=3.70%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391617800.930.260.06316.4187.4550
HexEF10B205D1A613c5732
Octal35720262013532647412762
Binary11101111100001011001001011101110101101001111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF10B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF10B2; }

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

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

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

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

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

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

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

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