#EF01B6

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

Shades of Shocking Pink #EF01B6

Tints of Shocking Pink #EF01B6

Color information

#EF01B6 (or 0xEF01B6) is unknown color: approx Shocking Pink. HEX triplet: EF, 01 and B6. RGB value is (239,1,182). Sum of RGB (Red+Green+Blue) = 239+1+182=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01B6 is #10FE49. Grayscale: #5C5C5C. Windows color (decimal): -1113674 or 11928047. OLE color: 11928047.

HSL color Cylindrical-coordinate representation of color #EF01B6: hue angle of 314.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01B6 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB2391182-
CMYK01.000.240.06
HSL314.37º99.17%47.06%-
HSV(B)314.37º99.58%93.73%-
XYZ44.0521.7546.13-
YUV92.8178.35232.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=56.64%
G=0.24%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239118201.000.240.06314.3799.1747.06
HexEF1B606418613a632f
Octal3571266014430647214357
Binary1110111111011011001100100110001101001110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF01B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF01B6; }

 p { color: rgb(239,1,182); }

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

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

 a { background-color: rgb(239,1,182); }

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

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

 span { border-color: rgb(239,1,182); }

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