#EF20BC

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

Shades of Shocking Pink #EF20BC

Tints of Shocking Pink #EF20BC

Color information

#EF20BC (or 0xEF20BC) is unknown color: approx Shocking Pink. HEX triplet: EF, 20 and BC. RGB value is (239,32,188). Sum of RGB (Red+Green+Blue) = 239+32+188=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20BC is #10DF43. Grayscale: #6F6F6F. Windows color (decimal): -1105732 or 12329199. OLE color: 12329199.

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

Color convert

RGB23932188-
CMYK00.870.210.06
HSL314.78º86.61%53.14%-
HSV(B)314.78º86.61%93.73%-
XYZ45.1923.0149.64-
YUV111.68171.08218.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 32 (12.89% from 255) = 6.97%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=52.07%
G=6.97%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393218800.870.210.06314.7886.6153.14
HexEF20BC05715613b5735
Octal35740274012725647312765
Binary111011111000001011110001010111101011101001110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20BC; }

 p { color: rgb(239,32,188); }

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

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

 a { background-color: rgb(239,32,188); }

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

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

 span { border-color: rgb(239,32,188); }

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